Merge pull request #36 from malvira/econotag-er-no-static-routes

don't use static routing with econotag platform
This commit is contained in:
Nicolas Tsiftes 2012-11-20 10:35:57 -08:00
commit 90ad0d58f8
1 changed files with 2 additions and 0 deletions

View File

@ -7,11 +7,13 @@ CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
# for static routing, if enabled
ifneq ($(TARGET), minimal-net)
ifneq ($(TARGET), native)
ifneq ($(TARGET), econotag)
ifneq ($(findstring avr,$(TARGET)), avr)
PROJECT_SOURCEFILES += static-routing.c
endif
endif
endif
endif
# variable for root Makefile.include
WITH_UIP6=1