added project configuration

This commit is contained in:
nifi 2010-05-05 21:12:56 +00:00
parent efc8ef760d
commit ad450e18a7
2 changed files with 47 additions and 1 deletions

View file

@ -5,7 +5,7 @@ CONTIKI=../../..
WITH_UIP6=1
UIP_CONF_IPV6=1
CFLAGS += -DUIP_FALLBACK_INTERFACE=rpl_interface
CFLAGS += -DPROJECT_CONF_H=\"project-router-conf.h\"
PROJECT_SOURCEFILES += slip-bridge.c
include $(CONTIKI)/Makefile.include