aboutsummaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-08 16:25:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-08 16:25:30 +0000
commit14f72f7a210648fe6eaaac3359ec76cab62c7278 (patch)
treebe370af4ffb6147bbbf103f66fcc69ed55bf5893 /nuttx/tools
parent3d160e45b64485aa5f231179bf61cdea8fc5c141 (diff)
downloadpx4-firmware-14f72f7a210648fe6eaaac3359ec76cab62c7278.tar.gz
px4-firmware-14f72f7a210648fe6eaaac3359ec76cab62c7278.tar.bz2
px4-firmware-14f72f7a210648fe6eaaac3359ec76cab62c7278.zip
Add execv() and execl(); Move lm3s header files for compatibility
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5492 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/cfgdefine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/tools/cfgdefine.c b/nuttx/tools/cfgdefine.c
index ee1dd4003..f026a186f 100644
--- a/nuttx/tools/cfgdefine.c
+++ b/nuttx/tools/cfgdefine.c
@@ -64,6 +64,7 @@ static const char *dequote_list[] =
/* NuttX */
"CONFIG_USER_ENTRYPOINT", /* Name of entry point function */
+ "CONFIG_EXECFUNCS_SYMTAB", /* Symbol table used by exec[l|v] */
/* NxWidgets/NxWM */