nes-proj/examples/ipv6/rpl-udp/Makefile
Simon Duquennoy a642c9696d More cleanup
2017-07-06 10:01:56 +02:00

13 lines
214 B
Makefile

all: udp-client udp-server
CONTIKI=../../..
ifdef SERVER_REPLY
CFLAGS+=-DSERVER_REPLY=$(SERVER_REPLY)
endif
ifdef PERIOD
CFLAGS+=-DPERIOD=$(PERIOD)
endif
CONTIKI_WITH_IPV6 = 1
include $(CONTIKI)/Makefile.include