nes-proj/examples/ipv6/rpl-udp/Makefile

12 lines
192 B
Makefile
Raw Normal View History

all: udp-client udp-server
2010-05-04 14:40:52 +00:00
CONTIKI=../../..
ifdef SERVER_REPLY
CFLAGS+=-DSERVER_REPLY=$(SERVER_REPLY)
endif
ifdef PERIOD
CFLAGS+=-DPERIOD=$(PERIOD)
endif
include $(CONTIKI)/Makefile.include