altos: Switch to newlib-nano for libc on arm
[fw/altos] / src / telemega-v1.0 / Makefile
index 7a0c1195d534fb682a4715922ca000a5724c926d..372d53b8b26c9ad942e4fe6a1ffacdcbb0320904 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 \
@@ -26,10 +27,9 @@ 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
 
 #
@@ -47,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 \
@@ -113,7 +98,6 @@ ALTOS_SRC = \
        ao_companion.c \
        ao_pyro.c \
        ao_aprs.c \
-       $(MATH_SRC) \
        $(PROFILE) \
        $(SAMPLE_PROFILE) \
        $(STACK_GUARD)