Compile with SMALL=1 to make binary fit in memory
This commit is contained in:
parent
d28ea5e915
commit
7fb4fe2e56
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue