summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/stdlib')
-rw-r--r--nuttx/lib/stdlib/Make.defs4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/lib/stdlib/Make.defs b/nuttx/lib/stdlib/Make.defs
index 42bf13bda..14ffd787a 100644
--- a/nuttx/lib/stdlib/Make.defs
+++ b/nuttx/lib/stdlib/Make.defs
@@ -33,4 +33,6 @@
#
############################################################################
-STDLIB_SRCS = lib_abs.c lib_imaxabs.c lib_labs.c lib_llabs.c lib_rand.c lib_qsort.c
+STDLIB_SRCS = lib_abs.c lib_abort.c lib_imaxabs.c lib_labs.c lib_llabs.c \
+ lib_rand.c lib_qsort.c
+