summaryrefslogtreecommitdiff
path: root/nuttx/ProtectedLibs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ProtectedLibs.mk')
-rw-r--r--nuttx/ProtectedLibs.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ProtectedLibs.mk b/nuttx/ProtectedLibs.mk
index c5d688db1..ae9fcf451 100644
--- a/nuttx/ProtectedLibs.mk
+++ b/nuttx/ProtectedLibs.mk
@@ -45,6 +45,10 @@
NUTTXLIBS = lib$(DELIM)libsched$(LIBEXT)
USERLIBS =
+# Add libraries for board support
+
+NUTTXLIBS = lib$(DELIM)libconfigs$(LIBEXT)
+
# Add libraries for syscall support. The C library will be needed by
# both the kernel- and user-space builds. For now, the memory manager (mm)
# is placed in user space (only).