Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src / telemega-v1.0 / Makefile
index 4a1b3908ab3cbcf2dea2b8a7942b3c10e93e99d1..62eda4ad2192a3efb49e676cc417c62c3c4b499d 100644 (file)
@@ -27,10 +27,8 @@ INC = \
        ao_whiten.h \
        ao_sample_profile.h \
        ao_quaternion.h \
-       math.h \
        ao_mpu.h \
        stm32l.h \
-       math.h \
        ao_ms5607_convert.c \
        Makefile
 
@@ -49,21 +47,6 @@ INC = \
 #STACK_GUARD=ao_mpu_stm.c
 #STACK_GUARD_DEF=-DHAS_STACK_GUARD=1
 
-MATH_SRC=\
-       ef_acos.c \
-       ef_sqrt.c \
-       ef_rem_pio2.c \
-       kf_cos.c \
-       kf_sin.c \
-       kf_rem_pio2.c \
-       sf_copysign.c \
-       sf_cos.c \
-       sf_fabs.c \
-       sf_floor.c \
-       sf_scalbn.c \
-       sf_sin.c \
-       ef_log.c
-
 ALTOS_SRC = \
        ao_boot_chain.c \
        ao_interrupt.c \
@@ -72,7 +55,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 \
@@ -115,7 +98,6 @@ ALTOS_SRC = \
        ao_companion.c \
        ao_pyro.c \
        ao_aprs.c \
-       $(MATH_SRC) \
        $(PROFILE) \
        $(SAMPLE_PROFILE) \
        $(STACK_GUARD)