osd-contiki/examples/mbxxx/udp-ipv6-sleep/Makefile
2013-07-11 17:56:17 +02:00

9 lines
148 B
Makefile

all: udp-server udp-client
UIP_CONF_IPV6=1
DEFINES=UIP_CONF_ND6_REACHABLE_TIME=0xffffffff
CONTIKI = ../../..
include $(CONTIKI)/Makefile.include