From b8687bbf1cf6a331e4615cc1b4fe5cc9b34f1286 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Mon, 2 Jan 2012 23:56:41 +0100 Subject: [PATCH] Make "make flash" honor the APP= firmware name --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index 4363a75..44f6a76 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -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