altos/stm: Make stm applications depend on ao_boot.h
[fw/altos] / src / telemetrum-v2.0 / Makefile
index 16408b03bf441a1f5c28f48851e8bc1185e67f1e..d77e95852e825236075cca0b913374a4c55fb188 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 \
@@ -37,6 +38,9 @@ INC = \
 #STACK_GUARD=ao_mpu_stm.c
 #STACK_GUARD_DEF=-DHAS_STACK_GUARD=1
 
+MATH_SRC=\
+       ef_log.c
+
 ALTOS_SRC = \
        ao_boot_chain.c \
        ao_interrupt.c \
@@ -73,6 +77,7 @@ ALTOS_SRC = \
        ao_eeprom_stm.c \
        ao_report.c \
        ao_convert_pa.c \
+       ao_convert_volt.c \
        ao_log.c \
        ao_log_metrum.c \
        ao_sample.c \
@@ -83,6 +88,7 @@ ALTOS_SRC = \
        ao_packet.c \
        ao_companion.c \
        ao_aprs.c \
+       $(MATH_SRC) \
        $(PROFILE) \
        $(SAMPLE_PROFILE) \
        $(STACK_GUARD)
@@ -116,7 +122,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: