summaryrefslogtreecommitdiff
path: root/nuttx/FlatLibs.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/FlatLibs.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/FlatLibs.mk')
-rw-r--r--nuttx/FlatLibs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/FlatLibs.mk b/nuttx/FlatLibs.mk
index c0ebca829..ebe69cbb6 100644
--- a/nuttx/FlatLibs.mk
+++ b/nuttx/FlatLibs.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.