Removed redundant targets
This commit is contained in:
parent
cbca96c545
commit
199a14150b
3 changed files with 6 additions and 20 deletions
|
@ -3,11 +3,12 @@ ifndef TARGET
|
|||
TARGET=sky
|
||||
endif
|
||||
|
||||
#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`
|
||||
%.tgz: %.ihex
|
||||
mkdir $(basename $<) ; \
|
||||
mv $< $(basename $<) ; \
|
||||
echo $(basename $<)/$(basename $<).ihex 600 > $(basename $<)/runfile ; \
|
||||
tar czf $@ $(basename $<)
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue