mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Added upload and rundemo targets, removed obsoleted %.upload target
This commit is contained in:
parent
f6cf045413
commit
99f1aa9238
@ -18,9 +18,14 @@ zip: all jar
|
||||
|
||||
all: burn-nodeids javaapp energest-demo.ihex
|
||||
|
||||
upload: energest-demo.upload
|
||||
|
||||
burn-nodeids:
|
||||
(cd nodeid; $(MAKE))
|
||||
|
||||
rundemo: zip
|
||||
cd contiki-energest-demo; make rundemo
|
||||
|
||||
jar:
|
||||
ant jar
|
||||
|
||||
@ -47,9 +52,4 @@ CFLAGS += -DRF_CHANNEL=20
|
||||
endif
|
||||
|
||||
|
||||
%.upload: %.ihex
|
||||
cp $< ../testbed-server/image.ihex
|
||||
(cd ../testbed-server; make upload)
|
||||
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user