don't use static routing with econotag platform
This commit is contained in:
parent
d7763e13db
commit
e4a383d61d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue