summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
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 */