14 lines
301 B
Makefile
14 lines
301 B
Makefile
CONTIKI = ../..
|
|
ifndef TARGET
|
|
TARGET=sky
|
|
endif
|
|
|
|
#APPS=rudolph
|
|
|
|
all: blink rt-leds sky-treeroute #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
|