altos: Fix up stm-flash output file name. Use discovery LED pins
[fw/altos] / src / stm-flash / Makefile
index e4a2f3217fca050aa2c324f32d4f211b7e446fa4..46bc61af4786ba13381fa3a5f5bb6b1514a16ea3 100644 (file)
@@ -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)