Default to SMALL unless otherwise specified, to get size of binaries smaller so that Contiki with RPL/IPv6 fits on the Tmote Sky again.

This commit is contained in:
Adam Dunkels 2012-01-18 06:13:17 -08:00
parent 8a89f90e3e
commit 6185da7b80

View file

@ -4,4 +4,9 @@ CONTIKI_TARGET_SOURCEFILES += contiki-sky-platform.c \
sht11.c sht11-sensor.c light-sensor.c battery-sensor.c \
button-sensor.c radio-sensor.c
ifndef SMALL
SMALL=1
endif
include $(CONTIKI)/platform/sky/Makefile.common