summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-30 13:27:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-30 13:27:23 -0600
commit6589a0ca8924c1166152a5386e30ea49cd266f51 (patch)
tree5c4eb249cbbee7db43a5ea13779d3dc72825612d /nuttx/tools
parent7af9398910df9a007a16856956fd7754fa6e89ff (diff)
downloadnuttx-6589a0ca8924c1166152a5386e30ea49cd266f51.tar.gz
nuttx-6589a0ca8924c1166152a5386e30ea49cd266f51.tar.bz2
nuttx-6589a0ca8924c1166152a5386e30ea49cd266f51.zip
Add configuration options to start the system from a program on a file system
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/cfgdefine.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/tools/cfgdefine.c b/nuttx/tools/cfgdefine.c
index 8567e3292..7e0a82f37 100644
--- a/nuttx/tools/cfgdefine.c
+++ b/nuttx/tools/cfgdefine.c
@@ -69,6 +69,8 @@ static const char *dequote_list[] =
"CONFIG_PASS1_TARGET", /* Pass1 build target */
"CONFIG_PASS1_OBJECT", /* Pass1 build object */
"CONFIG_DEBUG_OPTLEVEL", /* Custom debug level */
+ "CONFIG_INIT_SYMTAB", /* Global symbol table */
+ "CONFIG_INIT_NEXPORTS", /* Global symbol table size */
/* RGMP */