summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/Makefile')
-rw-r--r--nuttx/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/Makefile b/nuttx/lib/Makefile
index 9822d8962..c58b2dbcb 100644
--- a/nuttx/lib/Makefile
+++ b/nuttx/lib/Makefile
@@ -71,7 +71,7 @@ endif
STDLIB_SRCS = lib_rand.c
-MATH_SRCS = lib_rint.c
+MATH_SRCS = lib_rint.c lib_fixedmath.c
UNISTD_SRCS = lib_getopt.c
ifneq ($(CONFIG_NFILE_DESCRIPTORS),0)