nes-proj/examples/platform-specific/zoul/orion/ip64-router/Makefile
2017-10-07 09:45:38 +02:00

13 lines
175 B
Makefile

all: ip64-router
BOARD = orion
CONTIKI = ../../../../..
WITH_IP64 = 1
DEFINES += UIP_CONF_TCP=1
PROJECT_SOURCEFILES += httpd-simple.c
include $(CONTIKI)/Makefile.include