contiki/examples/ipv6/rpl-udp/Makefile
2011-08-15 14:45:44 -04:00

10 lines
157 B
Makefile

all: udp-client udp-server
APPS=servreg-hack
CONTIKI=../../..
WITH_UIP6=1
UIP_CONF_IPV6=1
CFLAGS+= -DUIP_CONF_IPV6_RPL
include $(CONTIKI)/Makefile.include