X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f103-nucleo%2FMakefile;h=9459d11d0da24ea2dfa8a80c12ff6b22030e622b;hb=b0ea39f7eb18aa73160b0b848a9000892f43c0e7;hp=b6abf8c45caa81b0a1cab86e101e25a53fda474b;hpb=b23ac7ea00ec26779354869765ced9caa2d05738;p=fw%2Faltos diff --git a/src/stm32f103-nucleo/Makefile b/src/stm32f103-nucleo/Makefile index b6abf8c4..9459d11d 100644 --- a/src/stm32f103-nucleo/Makefile +++ b/src/stm32f103-nucleo/Makefile @@ -1,4 +1,4 @@ -include ../stm32f1/Makefile-raw.defs +include ../stm32f1/Makefile.defs INC = \ ao.h \ @@ -13,6 +13,7 @@ INC = \ ALTOS_SRC = \ ao_clock.c \ ao_timer.c \ + ao_boot_chain.c \ ao_interrupt.c \ ao_product.c \ ao_romconfig.c \