altos/stm: Make stm applications depend on ao_boot.h
[fw/altos] / src / megadongle-v0.1 / Makefile
index a8c3a584db32fee068c19b291d99e9e96b283474..ade8e4964341f7d684f6efc3dc61e9f4d58de7f0 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 \
        ao_cc1120_CC1120.h \
@@ -80,7 +81,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: