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
|
# for static routing, if enabled
|
||||||
ifneq ($(TARGET), minimal-net)
|
ifneq ($(TARGET), minimal-net)
|
||||||
ifneq ($(TARGET), native)
|
ifneq ($(TARGET), native)
|
||||||
|
ifneq ($(TARGET), econotag)
|
||||||
ifneq ($(findstring avr,$(TARGET)), avr)
|
ifneq ($(findstring avr,$(TARGET)), avr)
|
||||||
PROJECT_SOURCEFILES += static-routing.c
|
PROJECT_SOURCEFILES += static-routing.c
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# variable for root Makefile.include
|
# variable for root Makefile.include
|
||||||
WITH_UIP6=1
|
WITH_UIP6=1
|
||||||
|
|
Loading…
Reference in a new issue