X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f103-nucleo%2FMakefile;h=9459d11d0da24ea2dfa8a80c12ff6b22030e622b;hb=4ab7f69d56847df525a2bede2755f501522ed789;hp=b6abf8c45caa81b0a1cab86e101e25a53fda474b;hpb=4e9dbae68893181165b2c3a3f111b12cb86c7eb6;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 \