nes-proj/examples/z1/Makefile

15 lines
362 B
Makefile
Raw Normal View History

2010-08-27 12:51:41 +00:00
ifndef TARGET
TARGET=z1
endif
CONTIKI_PROJECT = test-phidgets blink test-adxl345 tmp102-test test-battery #test-potent
CONTIKI_SOURCEFILES += cc2420-arch.c
PROJECT_SOURCEFILES = i2cmaster.c tmp102.c adxl345.c battery-sensor.c sky-sensors.c #potentiometer-sensor.c
APPS=serial-shell
2010-08-27 12:51:41 +00:00
all: $(CONTIKI_PROJECT)
CONTIKI = ../..
2010-08-27 12:51:41 +00:00
include $(CONTIKI)/Makefile.include