altos: Report battery, apogee and main voltages over APRS
[fw/altos] / src / telemega-v1.0 / Makefile
index e3204c1180ee9eea2aac0ef304d40696e5363c2c..7a0c1195d534fb682a4715922ca000a5724c926d 100644 (file)
@@ -59,7 +59,8 @@ MATH_SRC=\
        sf_fabs.c \
        sf_floor.c \
        sf_scalbn.c \
-       sf_sin.c
+       sf_sin.c \
+       ef_log.c
 
 ALTOS_SRC = \
        ao_boot_chain.c \
@@ -100,6 +101,7 @@ ALTOS_SRC = \
        ao_i2c_stm.c \
        ao_mpu6000.c \
        ao_convert_pa.c \
+       ao_convert_volt.c \
        ao_log.c \
        ao_log_mega.c \
        ao_sample.c \
@@ -145,7 +147,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: