X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm-flash%2FMakefile;h=4b0a987a6035404222217db59a2694ca94624619;hb=07eecc0ff6e1104f911e5f83d67f3e14dc68c59c;hp=5c0699e1bbed20d510a76b69325f82e098dd6633;hpb=d8d3835fedf9b7c4d203f321e72c2b086ebb3b97;p=fw%2Faltos diff --git a/src/stm-flash/Makefile b/src/stm-flash/Makefile index 5c0699e1..4b0a987a 100644 --- a/src/stm-flash/Makefile +++ b/src/stm-flash/Makefile @@ -9,6 +9,7 @@ INC = \ ao.h \ ao_arch.h \ ao_arch_funcs.h \ + ao_boot.h \ ao_pins.h \ ao_product.h @@ -29,7 +30,7 @@ PRODUCT=AltosFlash-$(VERSION) PRODUCT_DEF=-DALTOS_FLASH IDPRODUCT=0x000a -CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -g -Os +CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) PROG=altos-flash-$(VERSION).elf