Skip to content
Snippets Groups Projects
Commit 7fb4fe2e authored by Adam Dunkels's avatar Adam Dunkels
Browse files

Compile with SMALL=1 to make binary fit in memory

parent d28ea5e9
Branches
Tags
No related merge requests found
...@@ -10,6 +10,7 @@ ifeq ($(TARGET),) ...@@ -10,6 +10,7 @@ ifeq ($(TARGET),)
-include Makefile.target -include Makefile.target
endif endif
ifeq ($(TARGET),sky) ifeq ($(TARGET),sky)
SMALL=1
WITH_WEBSERVER=webserver-nano WITH_WEBSERVER=webserver-nano
else ifeq ($(TARGET),avr-raven) else ifeq ($(TARGET),avr-raven)
WITH_WEBSERVER=raven-webserver WITH_WEBSERVER=raven-webserver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment