From 7fb4fe2e56bd38a9b8825dcb28166b3b9ea782af Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Tue, 6 Sep 2011 01:59:16 +0200 Subject: [PATCH] Compile with SMALL=1 to make binary fit in memory --- examples/webserver-ipv6/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/webserver-ipv6/Makefile b/examples/webserver-ipv6/Makefile index c87a5e85b..023de7ea5 100644 --- a/examples/webserver-ipv6/Makefile +++ b/examples/webserver-ipv6/Makefile @@ -10,6 +10,7 @@ ifeq ($(TARGET),) -include Makefile.target endif ifeq ($(TARGET),sky) +SMALL=1 WITH_WEBSERVER=webserver-nano else ifeq ($(TARGET),avr-raven) WITH_WEBSERVER=raven-webserver