nes-proj/examples/platform-specific/jn516x/rpl/node/Makefile

14 lines
195 B
Makefile
Raw Normal View History

2015-09-21 09:00:32 +00:00
CONTIKI_PROJECT = node
all: $(CONTIKI_PROJECT)
PLATFORMS_ONLY = jn516x
2015-09-21 09:00:32 +00:00
TARGET ?= jn516x
CONTIKI=../../../../..
2015-09-21 09:00:32 +00:00
MAKE_MAC = MAKE_MAC_TSCH
MODULES_REL += ..
2015-09-21 09:00:32 +00:00
include $(CONTIKI)/Makefile.include