altos/stm: Make stm applications depend on ao_boot.h
[fw/altos] / src / telegps-v0.1 / Makefile
index 49e325ac9b48b376057259f1c072e67c67bcb3f8..46eb0ac5edc6278e7175d527a40d364eb3916d5f 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_task.h \
@@ -32,6 +33,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 \
@@ -64,7 +68,8 @@ ALTOS_SRC = \
        ao_log_fat.c \
        ao_gps_report_mega.c \
        ao_telemetry.c \
-       $(SAMPLE_PROFILE)
+       $(SAMPLE_PROFILE) \
+       $(MATH_SRC)
 
 PRODUCT=TeleGPS-v0.1
 PRODUCT_DEF=-DTELEGPS