X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm-flash%2FMakefile;h=46bc61af4786ba13381fa3a5f5bb6b1514a16ea3;hp=fbc6603d791e8102a3fcde1591075336e4630f64;hb=efc0898d824ebd0abe0b088ed9a8b40c34623ab7;hpb=a6887032b4d217bca5236ea15389218f10d69545 diff --git a/src/stm-flash/Makefile b/src/stm-flash/Makefile index fbc6603d..46bc61af 100644 --- a/src/stm-flash/Makefile +++ b/src/stm-flash/Makefile @@ -17,6 +17,8 @@ INC = \ # ALTOS_SRC = \ ao_interrupt.c \ + ao_boot_chain.c \ + ao_boot_pin.c \ ao_product.c \ ao_romconfig.c \ ao_task.c \ @@ -24,6 +26,7 @@ ALTOS_SRC = \ ao_mutex.c \ ao_usb_stm.c \ ao_stdio.c \ + ao_flash_stm.c \ ao_cmd.c PRODUCT=StmFlash-v0.0 @@ -32,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)