fixed Makefile to work with platform other than sky
This commit is contained in:
parent
4664151419
commit
a920b73903
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ UIP_CONF_IPV6=1
|
||||||
|
|
||||||
APPS += webserver
|
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
|
PROJECT_SOURCEFILES += slip-bridge.c httpd-simple.c
|
||||||
|
|
||||||
include $(CONTIKI)/Makefile.include
|
include $(CONTIKI)/Makefile.include
|
||||||
|
|
Loading…
Reference in a new issue