nes-proj/examples/multicast/Makefile

18 lines
413 B
Makefile
Raw Normal View History

2012-12-14 15:44:46 +00:00
CONTIKI_PROJECT = root intermediate sink
all: $(CONTIKI_PROJECT)
# nrf52dk only supports slave mode, i.e., with no routing
PLATFORMS_EXCLUDE = nrf52dk
# does not fit on sky and z1 motes
PLATFORMS_EXCLUDE += sky z1
CONTIKI = ../..
2012-12-14 15:44:46 +00:00
include $(CONTIKI)/Makefile.identify-target
MODULES_REL += $(TARGET)
2017-09-01 13:29:00 +00:00
MODULES += os/net/ipv6/multicast
2012-12-14 15:44:46 +00:00
MAKE_ROUTING = MAKE_ROUTING_RPL_CLASSIC
2012-12-14 15:44:46 +00:00
include $(CONTIKI)/Makefile.include