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

7 lines
140 B
Makefile

all: udp-server udp-client
CONTIKI = ../../..
CONTIKI_WITH_IPV6 = 1
CFLAGS += -DUIP_CONF_ND6_SEND_NS=1
include $(CONTIKI)/Makefile.include