From e4aec8340bef8d565880098368dd00536a5355db Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Tue, 6 Sep 2011 15:36:25 +0200 Subject: [PATCH] Added SMALL=1 to make code fit on Tmote Sky --- examples/sky-ip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/sky-ip/Makefile b/examples/sky-ip/Makefile index 348c563dc..cf6a8b004 100644 --- a/examples/sky-ip/Makefile +++ b/examples/sky-ip/Makefile @@ -3,6 +3,7 @@ all: sky-webserver sky-telnet-server telnet-tweet PLATFORM_BUILD=1 # This is needed to avoid the shell to include the httpd-cfs version of the webserver APPS = webserver twitter telnetd CFLAGS = -DWITH_UIP=1 -I. +SMALL=1 DEFINES=NETSTACK_CONF_RDC=cxmac_driver,NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE=8 # The webserver application normally contains a built-in file system and support