From 7c04888cf9809e0c73f0813c74e8dd972facde3a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 5 Aug 2018 12:23:22 +0800 Subject: altos: Switch to newlib-nano for libc on arm Stop using pdclib Signed-off-by: Keith Packard --- src/telemega-v2.0/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/telemega-v2.0/Makefile') diff --git a/src/telemega-v2.0/Makefile b/src/telemega-v2.0/Makefile index 6a1c05b0..2592587a 100644 --- a/src/telemega-v2.0/Makefile +++ b/src/telemega-v2.0/Makefile @@ -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 \ @@ -114,7 +97,6 @@ ALTOS_SRC = \ ao_pyro.c \ ao_aprs.c \ ao_pwm_stm.c \ - $(MATH_SRC) \ $(PROFILE) \ $(SAMPLE_PROFILE) \ $(STACK_GUARD) -- cgit v1.2.3