osd-contiki/examples/jn516x/rime/Makefile

12 lines
189 B
Makefile
Raw Normal View History

2015-09-21 11:00:32 +02:00
CONTIKI=../../..
CONTIKI_PROJECT = node
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
TARGET ?= jn516x
CONTIKI_WITH_RIME = 1
all: $(CONTIKI_PROJECT)
include $(CONTIKI)/Makefile.include