mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-26 09:32:49 +00:00
659f36eb79
Fixed battery-sensor plus added simple test (XXX)
15 lines
325 B
Makefile
15 lines
325 B
Makefile
ifndef TARGET
|
|
TARGET=z1
|
|
endif
|
|
|
|
CONTIKI_PROJECT = test-phidgets blink test-adxl345 tmp102-test test-battery
|
|
CONTIKI_SOURCEFILES += cc2420-arch.c
|
|
PROJECT_SOURCEFILES = i2cmaster.c tmp102.c adxl345.c battery-sensor.c sky-sensors.c
|
|
APPS=serial-shell
|
|
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../..
|
|
include $(CONTIKI)/Makefile.include
|