added flash target to makefile

This commit is contained in:
schneider 2011-07-10 14:24:05 +02:00
parent 8e07d95657
commit e3bc255d28
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ clean:
for dir in $(SUBDIRS); do \
$(MAKE) --no-print-directory -C $$dir clean; \
done
flash: all
../tools/bootloader/autoflash
### Internal targets