X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm-demo%2FMakefile;h=d4569c1a9b80539074976472e451096a4320a919;hb=803c68d7933d03aaebda19786b63055d4a6d3d22;hp=98fcd9e587f6721bda89fd85900db01547c72037;hpb=a4596c134aa5e7867f1ca1d86d36afb2af9b8999;p=fw%2Faltos diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index 98fcd9e5..d4569c1a 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -9,6 +9,7 @@ INC = \ ao.h \ ao_arch.h \ ao_arch_funcs.h \ + ao_boot.h \ ao_pins.h \ ao_product.h @@ -26,10 +27,11 @@ ALTOS_SRC = \ ao_stdio.c \ ao_panic.c \ ao_timer.c \ - ao_serial_stm.c \ ao_lcd_stm.c \ ao_lcd_font.c \ ao_mutex.c \ + ao_storage.c \ + ao_m25.c \ ao_dma_stm.c \ ao_spi_stm.c \ ao_adc_stm.c \