osd-contiki/examples/z1/Makefile

15 lines
260 B
Makefile
Raw Normal View History

2010-08-27 14:51:41 +02:00
ifndef TARGET
TARGET=z1
endif
CONTIKI_PROJECT = test-phidgets blink test-adxl345
CONTIKI_SOURCEFILES += cc2420-arch.c
PROJECT_SOURCEFILES = i2cmaster.c adxl345.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