aboutsummaryrefslogtreecommitdiff
path: root/stmhal
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal')
-rw-r--r--stmhal/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index aaae4ba10..9fa7b2acf 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -81,6 +81,8 @@ SRC_LIB = $(addprefix lib/,\
libm/sf_sin.c \
libm/sf_cos.c \
libm/sf_tan.c \
+ libm/sf_frexp.c \
+ libm/sf_modf.c \
fatfs/ff.c \
fatfs/option/ccsbcs.c \
mp-readline/readline.c \