Move http to os/net/app-layer

This commit is contained in:
Simon Duquennoy 2017-09-01 16:45:44 +02:00 committed by Niclas Finne
parent 1987b316fd
commit ffe3b811b0
7 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
all: http-example
CONTIKI=../..
APPS += http-socket
MODULES += os/net/app-layer/http-socket
CONTIKI_WITH_IPV6 = 1
CONTIKI_WITH_RPL_LITE = 0

View File

@ -11,8 +11,7 @@ ifdef WITH_UDP
PROJECT_SOURCEFILES += json-ws-udp.c
endif
APPS += httpd-ws
MODULES += os/lib/json
MODULES += os/lib/json os/net/app-layer/httpd-ws
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"

View File

@ -4,7 +4,7 @@ all: $(CONTIKI_PROJECT)
BOARD = orion
APPS += http-socket
MODULES += os/net/app-layer/http-socket
WITH_IP64 = 1