The IPv4 examples work much better with the cxmac power-saving radio protocol; added Makefile flag to get the non-cfs HTTP server

This commit is contained in:
adamdunkels 2010-02-03 01:19:25 +00:00
parent 36db5eb70b
commit 1fdfc6fe60

View File

@ -1,8 +1,9 @@
CONTIKI_PROJECT = sky-webserver
all: $(CONTIKI_PROJECT)
PLATFORM_BUILD=1 # This is needed to avoid the shell to include the httpd-cfs version of the websrerver
APPS = webserver twitter telnetd
CFLAGS = -DWITH_UIP=1 -I. #-DWITH_NULLMAC=1
DEFINES=MAC_DRIVER=cxmac_driver,MAC_CONF_CHANNEL_CHECK_RATE=8
# The webserver application normally contains a built-in file system and support
# for server-side includes.