10 lines
144 B
Makefile
10 lines
144 B
Makefile
all: wait-dag
|
|
APPS=servreg-hack
|
|
CONTIKI=../../..
|
|
|
|
WITH_UIP6=1
|
|
UIP_CONF_IPV6=1
|
|
CFLAGS+= -DUIP_CONF_IPV6_RPL
|
|
|
|
include $(CONTIKI)/Makefile.include
|