aboutsummaryrefslogtreecommitdiff
path: root/nuttx/lib/stdlib/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/stdlib/Make.defs')
-rw-r--r--nuttx/lib/stdlib/Make.defs8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/lib/stdlib/Make.defs b/nuttx/lib/stdlib/Make.defs
index 3119ecda4..76e285808 100644
--- a/nuttx/lib/stdlib/Make.defs
+++ b/nuttx/lib/stdlib/Make.defs
@@ -33,6 +33,12 @@
#
############################################################################
-STDLIB_SRCS = lib_abs.c lib_abort.c lib_imaxabs.c lib_labs.c lib_llabs.c \
+# Add the stdlib C files to the build
+
+CSRCS += lib_abs.c lib_abort.c lib_imaxabs.c lib_labs.c lib_llabs.c \
lib_rand.c lib_qsort.c
+# Add the stdlib directory to the build
+
+DEPPATH += --dep-path stdlib
+VPATH += :stdlib