aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 9844d4e..e870a57 100644
--- a/conf.py
+++ b/conf.py
@@ -35,9 +35,10 @@ iteration_file = build_folder + '/iteration'
# Programs paths
parse_kconfig = checkXf(pf('scripts/parse_kconfig/parse'), 'You must build programs first.')
+write_config = checkXf(pf('scripts/write_config/write'), 'You must build programs first.')
# Programs output show/hide
parse_kconfig_output = False
minisat_output = False
-kernel_config_output = False
+kernel_config_output = True
kernel_make_output = True