Make "make flash" honor the APP= firmware name
This commit is contained in:
parent
36fa18875f
commit
b8687bbf1c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue