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