18 lines
356 B
Makefile
18 lines
356 B
Makefile
CONTIKI_PROJECT = mb851-webserver
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
DEFINES=PROJECT_CONF_H=\"webserver-ajax-conf.h\"
|
|
UIP_CONF_IPV6=1
|
|
|
|
#APPS = webserver
|
|
|
|
PROJECTDIRS = . $(CONTIKI)/apps/webserver
|
|
PROJECT_SOURCEFILES = ajax-cgi.c httpd-fs.c http-strings.c \
|
|
httpd.c webserver-dsc.c webserver-nogui.c
|
|
|
|
|
|
|
|
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|