altos/stm: Make stm applications depend on ao_boot.h
[fw/altos] / src / telemega-v1.0 / Makefile
index 543f7e748faf92814896a2abcb63e9152c445a48..46c768e47c0c0901ba6f96671c35cb5cd19a3f85 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 \
@@ -59,7 +60,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 +102,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 \