mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
14 lines
320 B
Makefile
14 lines
320 B
Makefile
ifndef TARGET
|
|
TARGET=z1
|
|
endif
|
|
|
|
CONTIKI_PROJECT = test-phidgets blink test-adxl345 test-tmp102 test-light-ziglet test-battery test-sht11 test-relay-phidget #test-potent
|
|
CONTIKI_SOURCEFILES += sht11.c# potentiometer-sensor.c
|
|
APPS=serial-shell
|
|
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../..
|
|
include $(CONTIKI)/Makefile.include
|