altos/stm: Make stm applications depend on ao_boot.h
[fw/altos] / src / telelco-v0.2 / Makefile
index 32cf7eddb7931f04f777f46b5dabe4ef96554ee1..7a21f099c742ebd3440081f90b9427ed1629a491 100644 (file)
@@ -9,6 +9,7 @@ INC = \
        ao.h \
        ao_arch.h \
        ao_arch_funcs.h \
+       ao_boot.h \
        ao_companion.h \
        ao_data.h \
        ao_sample.h \
@@ -98,7 +99,7 @@ ao_product.h: ao-make-product.5c ../Version
 distclean:     clean
 
 clean:
-       rm -f *.o $(PROGNAME)-*.elf
+       rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx
        rm -f ao_product.h
 
 install: