fixed Makefile to work with platform other than sky

This commit is contained in:
joxe 2010-11-07 18:32:55 +00:00
parent 4664151419
commit a920b73903

View File

@ -7,7 +7,7 @@ UIP_CONF_IPV6=1
APPS += webserver
CFLAGS += -DPROJECT_CONF_H=\"project-router-conf.h\"
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
PROJECT_SOURCEFILES += slip-bridge.c httpd-simple.c
include $(CONTIKI)/Makefile.include