altos/flash-loader: Check memory addresses against flash space
[fw/altos] / src / stm-demo / Makefile
index 990968c2f48ca1b5d77229220384f8ebf63a631b..8260abee4db8b430af027a8e703133c7d20c955f 100644 (file)
@@ -26,7 +26,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 +65,7 @@ $(OBJ): $(INC)
 distclean:     clean
 
 clean:
-       rm -f *.o $(PROG)
+       rm -f *.o *.elf *.ihx
        rm -f ao_product.h
 
 install: