From 91829f8e24dedf21fa851752cd91c2a29a0f1d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 13 Apr 2015 13:24:20 +0200 Subject: Fix python scripts to work with parse_kconfig --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.py') 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 -- cgit v1.2.3