Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src / telegps-v0.1 / Makefile
index 49e325ac9b48b376057259f1c072e67c67bcb3f8..0365f91f354e64f5b9c808d35adcc282dbaf2021 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 \
@@ -40,7 +44,7 @@ ALTOS_SRC = \
        ao_cmd.c \
        ao_config.c \
        ao_task.c \
-       ao_led.c \
+       ao_led_stm.c \
        ao_stdio.c \
        ao_panic.c \
        ao_timer.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