osd-contiki/examples/ipv6/simple-udp-rpl/Makefile
2011-08-29 21:33:23 +02:00

10 lines
185 B
Makefile

all: broadcast-example unicast-sender unicast-receiver
APPS=servreg-hack
CONTIKI=../../..
WITH_UIP6=1
UIP_CONF_IPV6=1
CFLAGS+= -DUIP_CONF_IPV6_RPL
include $(CONTIKI)/Makefile.include