2010-05-03 13:51:11 +00:00
|
|
|
# $Id: Makefile.sky,v 1.38 2010/05/03 13:51:11 nifi Exp $
|
2007-03-15 21:44:28 +00:00
|
|
|
|
2010-05-03 13:51:11 +00:00
|
|
|
CONTIKI_TARGET_SOURCEFILES += contiki-sky-platform.c \
|
|
|
|
sht11.c sht11-sensor.c light-sensor.c battery-sensor.c \
|
2017-10-12 23:06:47 +00:00
|
|
|
button-sensor.c
|
2007-03-15 21:44:28 +00:00
|
|
|
|
2017-06-28 13:57:13 +00:00
|
|
|
include $(CONTIKI)/arch/platform/sky/Makefile.common
|
2012-01-18 14:13:17 +00:00
|
|
|
|
2018-02-25 23:25:22 +00:00
|
|
|
MODULES += arch/dev/cc2420 arch/dev/sht11 arch/dev/ds2411 os/storage/cfs
|