1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-03-15 18:30:10 +00:00
2015-05-10 19:56:38 +02:00

7 lines
137 B
Makefile

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