summaryrefslogtreecommitdiff
path: root/nuttx/KernelLibs.mk
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-31 11:59:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-31 11:59:16 -0600
commit73a89efed06a03f2733c14e42553ad23223f5cad (patch)
treece4b44091fa1ff28f34a5b258996063569b668fa /nuttx/KernelLibs.mk
parent218a44ad33e4ba836d7aa50dd2cf8b8bd5954b75 (diff)
downloadpx4-nuttx-73a89efed06a03f2733c14e42553ad23223f5cad.tar.gz
px4-nuttx-73a89efed06a03f2733c14e42553ad23223f5cad.tar.bz2
px4-nuttx-73a89efed06a03f2733c14e42553ad23223f5cad.zip
Fix some problems with a preceding commit
Diffstat (limited to 'nuttx/KernelLibs.mk')
-rw-r--r--nuttx/KernelLibs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/KernelLibs.mk b/nuttx/KernelLibs.mk
index 2c7584934..02f9f8aa9 100644
--- a/nuttx/KernelLibs.mk
+++ b/nuttx/KernelLibs.mk
@@ -47,7 +47,7 @@ USERLIBS =
# Add libraries for board support
-NUTTXLIBS = lib$(DELIM)libconfigs$(LIBEXT)
+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)