osd-contiki/examples/sky/Makefile

14 lines
299 B
Makefile
Raw Normal View History

CONTIKI = ../..
ifndef TARGET
TARGET=sky
endif
2007-03-25 14:15:09 +02:00
#APPS=rudolph
all: blink sky-collect #rt-leds test-button test-cfs tcprudolph0
serialdump:
$(SERIALDUMP) -b115200 /dev/com$(firstword $(CMOTES)) | $(CONTIKI)/tools/timestamp | tee serialdump-`date +%Y%m%d-%H%M`
include $(CONTIKI)/Makefile.include