diff options
| author | Damien George | 2015-02-22 14:47:11 +0000 |
|---|---|---|
| committer | Damien George | 2015-02-22 14:47:11 +0000 |
| commit | 9ab94c468cb0d2a22eadbce2f493e016c462109e (patch) | |
| tree | f81d9d3ac7bd80cecf0d9e3a5c23dfbd71be7319 /stmhal | |
| parent | 3527085587c8f361cc286d926a4a7b3f23fe9102 (diff) | |
lib/libm: Add implementations of erf, erfc, lgamma, tgamma.
Diffstat (limited to 'stmhal')
| -rw-r--r-- | stmhal/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 \ |
