added makefile
This commit is contained in:
parent
70a500df50
commit
a098cdb5df
14
examples/z1/example2/Makefile
Normal file
14
examples/z1/example2/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
CONTIKI = ../../..
|
||||
|
||||
ifndef TARGET
|
||||
TARGET=z1
|
||||
endif
|
||||
|
||||
CONTIKI_PROJECT = test-phidgets blink test-adxl345 tmp102-test test-battery test-sht11 #test-potent
|
||||
CONTIKI_SOURCEFILES += cc2420-arch.c sensors.c sht11.c
|
||||
PROJECT_SOURCEFILES = i2cmaster.c tmp102.c adxl345.c battery-sensor.c sky-sensors.c #potentiometer-sensor.c
|
||||
all: example-unicast2
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
||||
|
Loading…
Reference in a new issue