nes-proj/examples/mb851/udp-ipv6-sleep/Makefile

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