mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
Compile with SMALL=1 to make binary fit in memory
This commit is contained in:
parent
d28ea5e915
commit
7fb4fe2e56
@ -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 New Issue
Block a user