From 9d59f748b06eeea00b1addbf48068455612007aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 19 Apr 2015 14:11:40 +0200 Subject: kernel configuration now calling write_conf instead of make odlconfig hack Also configuration output is now set as visible. --- conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf.py') 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 -- cgit v1.2.3