osd-contiki/examples/ipv6/rpl-udp/Makefile

17 lines
268 B
Makefile
Raw Normal View History

all: udp-client udp-server
APPS=servreg-hack
2010-05-04 16:40:52 +02:00
CONTIKI=../../..
WITH_UIP6=1
UIP_CONF_IPV6=1
2011-08-15 20:45:44 +02:00
CFLAGS+= -DUIP_CONF_IPV6_RPL
ifdef SERVER_REPLY
CFLAGS+=-DSERVER_REPLY=$(SERVER_REPLY)
endif
ifdef PERIOD
CFLAGS+=-DPERIOD=$(PERIOD)
endif
include $(CONTIKI)/Makefile.include