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

13 lines
214 B
Makefile
Raw Normal View History

2015-09-21 09:00:32 +00:00
CONTIKI_PROJECT = node
all: $(CONTIKI_PROJECT)
TARGET ?= jn516x
CONTIKI=../../../../..
2015-09-21 09:00:32 +00:00
MAKE_MAC = MAKE_MAC_TSCH
2015-09-21 09:00:32 +00:00
PROJECTDIRS += .. ../tools
PROJECT_SOURCEFILES += rpl-tools.c
include $(CONTIKI)/Makefile.include