mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-07 21:31:37 +00:00
9 lines
173 B
Makefile
9 lines
173 B
Makefile
|
all: broadcast-example unicast-sender unicast-receiver
|
||
|
APPS=servreg-hack
|
||
|
CONTIKI=../../..
|
||
|
|
||
|
UIP_CONF_IPV6=1
|
||
|
CFLAGS+= -DUIP_CONF_IPV6_RPL
|
||
|
|
||
|
include $(CONTIKI)/Makefile.include
|