aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libc/unistd/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 20:00:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 20:00:08 +0000
commit6f241ed0443cc265d7a079f4bbf8d2d67be939ff (patch)
tree5569ea3f8d36e779ad92b6b935ff75f86a6344c7 /nuttx/libc/unistd/Make.defs
parent9f8f8fc6dc5c2057f61fe04bf1109a8590ef93d0 (diff)
downloadpx4-firmware-6f241ed0443cc265d7a079f4bbf8d2d67be939ff.tar.gz
px4-firmware-6f241ed0443cc265d7a079f4bbf8d2d67be939ff.tar.bz2
px4-firmware-6f241ed0443cc265d7a079f4bbf8d2d67be939ff.zip
Add interfaces to dynamically change symbol tables used by posix_spawn, execv, and execl. This is needed for testing.
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5506 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/libc/unistd/Make.defs')
-rw-r--r--nuttx/libc/unistd/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/unistd/Make.defs b/nuttx/libc/unistd/Make.defs
index 3811673bf..ee3ac0fc9 100644
--- a/nuttx/libc/unistd/Make.defs
+++ b/nuttx/libc/unistd/Make.defs
@@ -43,7 +43,7 @@ CSRCS += lib_chdir.c lib_getcwd.c
endif
ifeq ($(CONFIG_LIBC_EXECFUNCS),y)
-CSRCS += lib_execl.c lib_execv.c
+CSRCS += lib_execl.c lib_execv.c lib_execsymtab.c
endif
endif