aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-13 13:24:20 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-13 13:24:20 +0200
commit91829f8e24dedf21fa851752cd91c2a29a0f1d57 (patch)
tree9f5c11ec15ac6a3cc37fbd3a83facb7de1a364d9 /conf.py
parent4a01b7fc2bbabcfe5da7df6cbc3e0d4cde80a509 (diff)
downloadlinux-conf-perf-91829f8e24dedf21fa851752cd91c2a29a0f1d57.tar.gz
linux-conf-perf-91829f8e24dedf21fa851752cd91c2a29a0f1d57.tar.bz2
linux-conf-perf-91829f8e24dedf21fa851752cd91c2a29a0f1d57.zip
Fix python scripts to work with parse_kconfig
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index d022ff2..495b582 100644
--- a/conf.py
+++ b/conf.py
@@ -33,9 +33,9 @@ solution_file = build_folder + '/solution'
iteration_file = build_folder + '/iteration'
# Programs paths
-kconfig_parser = checkXf(pf('scripts/kconfig_parser/parser'), 'You must build programs first.')
+parse_kconfig = checkXf(pf('scripts/parse_kconfig/parse'), 'You must build programs first.')
# Programs output hide
-kconfig_parser_output = False
+parse_kconfig_output = False
minisat_output = False
kernel_config_output = False