From 9ab94c468cb0d2a22eadbce2f493e016c462109e Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 22 Feb 2015 14:47:11 +0000 Subject: lib/libm: Add implementations of erf, erfc, lgamma, tgamma. --- stmhal/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stmhal') diff --git a/stmhal/Makefile b/stmhal/Makefile index 5298ef283..c457e2ff1 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -78,11 +78,16 @@ SRC_LIB = $(addprefix lib/,\ libm/kf_cos.c \ libm/kf_tan.c \ libm/ef_rem_pio2.c \ + libm/erf_lgamma.c \ libm/sf_sin.c \ libm/sf_cos.c \ libm/sf_tan.c \ libm/sf_frexp.c \ libm/sf_modf.c \ + libm/sf_ldexp.c \ + libm/sf_erf.c \ + libm/wf_lgamma.c \ + libm/wf_tgamma.c \ fatfs/ff.c \ fatfs/option/ccsbcs.c \ mp-readline/readline.c \ -- cgit v1.2.3