1 # $Id: Makefile.jcreate,v 1.3 2010/08/25 19:34:42 nifi Exp $
3 # Some drivers such as ds2411.c only compile under platform sky
4 CFLAGS += -DCONTIKI_TARGET_SKY
6 CONTIKI_TARGET_SOURCEFILES += contiki-jcreate-platform.c \
7 battery-sensor.c radio-sensor.c \
8 temperature-sensor.c acc-sensor.c ext-sensor.c
10 include $(CONTIKI)/platform/sky/Makefile.common
12 ifneq ($(TMOTE_BSL), 1)
13 ${warning No $(TMOTE_BSL_FILE) command for jcreate found. Please install this command in $(CONTIKI)/tools/sky}
16 CONTIKI_TARGET_DIRS += ${addprefix ../sky/,. dev apps}