X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm-demo%2FMakefile;h=869fb32fd4010d71a5c63135f643b7bdc51087a4;hb=29f9880f7b09bc135d34bf0dcb221bdede7726b3;hp=990968c2f48ca1b5d77229220384f8ebf63a631b;hpb=d8d3835fedf9b7c4d203f321e72c2b086ebb3b97;p=fw%2Faltos diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index 990968c2..869fb32f 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,7 +27,6 @@ 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 \ @@ -66,7 +66,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROG) + rm -f *.o *.elf *.ihx rm -f ao_product.h install: