Make "make flash" honor the APP= firmware name

This commit is contained in:
Stefan `Sec` Zehl 2012-01-02 23:56:41 +01:00
parent 36fa18875f
commit b8687bbf1c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ clean:
$(MAKE) $(CONFIG_MAKE_PRINTDIRECTORY) -C l0dable clean
flash: all
../tools/bootloader/simpleflash firmware.bin
../tools/bootloader/simpleflash $(OUTFILE).bin
### Internal targets