nes-proj/examples/zolertia/z1/Makefile

21 lines
486 B
Makefile
Raw Normal View History

2010-08-27 12:51:41 +00:00
ifndef TARGET
TARGET=z1
endif
2014-07-01 09:22:40 +00:00
# Enable to pull-in Z1SP specific test/source files
ZOLERTIA_Z1SP=0
2015-03-10 12:09:31 +00:00
CONTIKI_PROJECT = test-phidgets blink test-adxl345 test-tmp102 test-light-ziglet
CONTIKI_PROJECT += test-battery test-relay-phidget test-tlc59116 test-sht25
2015-03-25 12:51:50 +00:00
CONTIKI_SOURCEFILES += sht11.c reed-sensor.c
APPS=serial-shell
2014-07-01 09:22:40 +00:00
ifeq ($(ZOLERTIA_Z1SP),1)
CONTIKI_PROJECT += test-potent
endif
2010-08-27 12:51:41 +00:00
all: $(CONTIKI_PROJECT)
CONTIKI = ../../..
CONTIKI_WITH_RIME = 1
2010-08-27 12:51:41 +00:00
include $(CONTIKI)/Makefile.include