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:
parent
8a89f90e3e
commit
6185da7b80
@ -4,4 +4,9 @@ CONTIKI_TARGET_SOURCEFILES += contiki-sky-platform.c \
|
|||||||
sht11.c sht11-sensor.c light-sensor.c battery-sensor.c \
|
sht11.c sht11-sensor.c light-sensor.c battery-sensor.c \
|
||||||
button-sensor.c radio-sensor.c
|
button-sensor.c radio-sensor.c
|
||||||
|
|
||||||
|
ifndef SMALL
|
||||||
|
SMALL=1
|
||||||
|
endif
|
||||||
|
|
||||||
include $(CONTIKI)/platform/sky/Makefile.common
|
include $(CONTIKI)/platform/sky/Makefile.common
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user