nes-proj/examples/http-socket/Makefile

9 lines
164 B
Makefile
Raw Normal View History

all: http-example
CONTIKI=../..
2017-05-17 20:22:23 +00:00
APPS += http-socket
CONTIKI_WITH_IPV6 = 1
CONTIKI_WITH_RPL_LITE = 0
CFLAGS += -DUIP_CONF_TCP=1
include $(CONTIKI)/Makefile.include