summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.win
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-28 15:49:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-28 15:49:24 -0600
commite39ee98206f4d878d444e0700967573d2e2759a6 (patch)
tree46f1244dfb2fb0e4d81a097c40c1dec17c00541f /nuttx/Makefile.win
parentaea541b9350daf45b1aeefccc1e3408e98b1cacc (diff)
downloadpx4-nuttx-e39ee98206f4d878d444e0700967573d2e2759a6.tar.gz
px4-nuttx-e39ee98206f4d878d444e0700967573d2e2759a6.tar.bz2
px4-nuttx-e39ee98206f4d878d444e0700967573d2e2759a6.zip
Fix syscall library selection in top-level Makefiles
Diffstat (limited to 'nuttx/Makefile.win')
-rw-r--r--nuttx/Makefile.win3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/Makefile.win b/nuttx/Makefile.win
index bc9cfcf58..44c48e764 100644
--- a/nuttx/Makefile.win
+++ b/nuttx/Makefile.win
@@ -219,6 +219,9 @@ USERLIBS += lib\libproxies$(LIBEXT) lib\libuc$(LIBEXT) lib\libumm$(LIBEXT)
USERLIBS += lib\libuarch$(LIBEXT)
else
NUTTXLIBS += lib\libc$(LIBEXT) lib\libmm$(LIBEXT) lib\libarch$(LIBEXT)
+ifeq ($(CONFIG_LIB_SYSCALL),y)
+NUTTXLIBS += lib/libstubs$(LIBEXT) lib/libproxies$(LIBEXT)
+endif
endif
# Add libraries for C++ support. CXX, CXXFLAGS, and COMPILEXX must