Fix Makefiles, remove/fix flash targets
The target "flash" and related stuff is now in the platform makefiles.
This commit is contained in:
parent
12ee7b7e39
commit
7ea0e3b933
51 changed files with 35 additions and 658 deletions
|
@ -25,11 +25,3 @@ include $(CONTIKI)/Makefile.include
|
|||
|
||||
connect-router: border-router.native
|
||||
sudo ./border-router.native aaaa::1/64
|
||||
|
||||
avr-size: $(EXE).$(TARGET).sz
|
||||
|
||||
flash: $(EXE).$(TARGET).u $(EXE).$(TARGET).eu
|
||||
|
||||
.PHONY: flash avr-size
|
||||
.PRECIOUS: $(EXE).$(TARGET).hex $(EXE).$(TARGET).eep
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue