osd-contiki/examples/zolertia/zoul/Makefile
2016-01-10 04:17:26 +01:00

11 lines
311 B
Makefile

DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
CONTIKI_PROJECT = zoul-demo test-tsl2563 test-sht25 test-pwm test-power-mgmt
CONTIKI_PROJECT += test-bmp085
CONTIKI_TARGET_SOURCEFILES += tsl2563.c sht25.c bmp085.c
all: $(CONTIKI_PROJECT)
CONTIKI = ../../..
CONTIKI_WITH_RIME = 1
include $(CONTIKI)/Makefile.include