Compile with SMALL=1 to make binary fit in memory

This commit is contained in:
Adam Dunkels 2011-09-06 01:59:16 +02:00
parent d28ea5e915
commit 7fb4fe2e56
1 changed files with 1 additions and 0 deletions

View File

@ -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