altosdroid: Use single object to pass data to UI
[fw/altos] / src / stm-demo / Makefile
index 2c7e9df5bd74a8c9f132ee54466b5022b41383cf..869fb32fd4010d71a5c63135f643b7bdc51087a4 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
 
@@ -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 stm-demo-*.elf
+       rm -f *.o *.elf *.ihx
        rm -f ao_product.h
 
 install: