From e4a383d61d3318cec50438628545a60336f03eb5 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Tue, 20 Nov 2012 13:22:28 -0500 Subject: [PATCH] don't use static routing with econotag platform --- examples/er-rest-example/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/er-rest-example/Makefile b/examples/er-rest-example/Makefile index 4b9be1a03..fb21adaa8 100644 --- a/examples/er-rest-example/Makefile +++ b/examples/er-rest-example/Makefile @@ -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