nes-proj/examples/ip64-router/Makefile

8 lines
143 B
Makefile
Raw Normal View History

2015-03-24 12:35:16 +00:00
all: ip64-router
CONTIKI=../..
CONTIKI_WITH_IPV6 = 1
CONTIKI_WITH_RPL_LITE = 0
CFLAGS += -DUIP_CONF_TCP=1
2015-03-24 12:35:16 +00:00
include $(CONTIKI)/Makefile.include