added flash target to makefile
This commit is contained in:
parent
8e07d95657
commit
e3bc255d28
|
@ -63,6 +63,8 @@ clean:
|
||||||
for dir in $(SUBDIRS); do \
|
for dir in $(SUBDIRS); do \
|
||||||
$(MAKE) --no-print-directory -C $$dir clean; \
|
$(MAKE) --no-print-directory -C $$dir clean; \
|
||||||
done
|
done
|
||||||
|
flash: all
|
||||||
|
../tools/bootloader/autoflash
|
||||||
|
|
||||||
### Internal targets
|
### Internal targets
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue