nes-proj/examples/rpl-border-router/Makefile

14 lines
338 B
Makefile
Raw Normal View History

2017-12-18 16:30:58 +00:00
CONTIKI_PROJECT = border-router
all: $(CONTIKI_PROJECT)
CONTIKI = ../..
# Include RPL BR module
MODULES += os/services/rpl-border-router
# Include webserver module
MODULES_REL += webserver
# Include optional target-specific module
2017-12-18 16:30:58 +00:00
include $(CONTIKI)/Makefile.identify-target
MODULES_REL += $(TARGET)
include $(CONTIKI)/Makefile.include