mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
10 lines
130 B
Makefile
10 lines
130 B
Makefile
UIP_CONF_IPV6=1
|
|
|
|
CONTIKI_PROJECT = trickle-library
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../..
|
|
|
|
include $(CONTIKI)/Makefile.include
|