From a457b9823e4c46b5d7bc7d5800008a483502ad32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 26 Mar 2015 15:17:05 +0100 Subject: kconfig_parser moved from programs to scripts This way all executable code is inside scripts directory. --- conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 0de8bca..d022ff2 100644 --- a/conf.py +++ b/conf.py @@ -1,4 +1,5 @@ import os +from exceptions import MissingFile def pf(rfile): "Relative patch of file is decoded to absolute acording to working tree." @@ -32,7 +33,7 @@ solution_file = build_folder + '/solution' iteration_file = build_folder + '/iteration' # Programs paths -kconfig_parser = checkXf(pf('programs/kconfig_parser'), 'You must build programs first.') +kconfig_parser = checkXf(pf('scripts/kconfig_parser/parser'), 'You must build programs first.') # Programs output hide kconfig_parser_output = False -- cgit v1.2.3