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