Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src / stm-demo / Makefile
index 990968c2f48ca1b5d77229220384f8ebf63a631b..ccce37a5a9b2cdbd175fe25b1bc01c4db2bfb4c8 100644 (file)
@@ -9,6 +9,7 @@ INC = \
        ao.h \
        ao_arch.h \
        ao_arch_funcs.h \
+       ao_boot.h \
        ao_pins.h \
        ao_product.h
 
@@ -22,14 +23,15 @@ ALTOS_SRC = \
        ao_romconfig.c \
        ao_cmd.c \
        ao_task.c \
-       ao_led.c \
+       ao_led_stm.c \
        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 \
@@ -66,7 +68,7 @@ $(OBJ): $(INC)
 distclean:     clean
 
 clean:
-       rm -f *.o $(PROG)
+       rm -f *.o *.elf *.ihx
        rm -f ao_product.h
 
 install: