From efc0898d824ebd0abe0b088ed9a8b40c34623ab7 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 23 Mar 2013 02:15:35 -0700 Subject: altos: Fix up stm-flash output file name. Use discovery LED pins Include the AltOS version in the file name, just like any other AltOS program. Switch the LEDs to the discovery board as we're using that. Eventually, we'll stop using LEDs entirely. Signed-off-by: Keith Packard --- src/stm-flash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stm-flash/Makefile') 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) -- cgit v1.2.3