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

14 lines
258 B
Makefile
Raw Normal View History

2017-12-18 16:30:58 +00:00
CONTIKI_PROJECT = border-router
all: $(CONTIKI_PROJECT)
CONTIKI = ../..
2017-12-18 16:30:58 +00:00
include $(CONTIKI)/Makefile.identify-target
ifneq ($(TARGET),native)
MODULES_REL += embedded
endif
MODULES_REL += $(TARGET)
MODULES_REL += common
include $(CONTIKI)/Makefile.include