]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blobdiff - conf.py
kernel configuration now calling write_conf instead of make odlconfig hack
[linux-conf-perf.git] / conf.py
diff --git a/conf.py b/conf.py
index 9844d4e3f2a3809e379f1b514e3d439e08eba764..e870a57def171a7492ed7e1ed4b2d89d297ccc7b 100644 (file)
--- 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