summaryrefslogtreecommitdiff
path: root/src/stm-flash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm-flash/Makefile')
-rw-r--r--src/stm-flash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm-flash/Makefile b/src/stm-flash/Makefile
index e4a2f321..46bc61af 100644
--- a/src/stm-flash/Makefile
+++ b/src/stm-flash/Makefile
@@ -35,7 +35,7 @@ IDPRODUCT=0x000a
CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -g -Os
-PROG=stm-flash
+PROG=stm-flash-$(VERSION).elf
SRC=$(ALTOS_SRC) ao_stm_flash.c
OBJ=$(SRC:.c=.o)