osd-contiki/examples/z1/Makefile

14 lines
300 B
Makefile
Raw Normal View History

2010-08-27 14:51:41 +02:00
ifndef TARGET
TARGET=z1
endif
2012-05-11 13:38:14 +02:00
CONTIKI_PROJECT = test-phidgets blink test-adxl345 test-tmp102 test-light-ziglet test-battery test-sht11 #test-potent
2011-12-20 04:53:52 +01:00
CONTIKI_SOURCEFILES += sht11.c potentiometer-sensor.c
APPS=serial-shell
2010-08-27 14:51:41 +02:00
all: $(CONTIKI_PROJECT)
CONTIKI = ../..
2010-08-27 14:51:41 +02:00
include $(CONTIKI)/Makefile.include