Generate source files for kconfiglib from the build system

This commit is contained in:
Roland Dobai
2019-10-21 13:44:19 +02:00
committed by bot
parent 59d818c387
commit 84d5cc1c17
11 changed files with 135 additions and 31 deletions
@@ -66,6 +66,9 @@ def main():
cmdline = re.sub(r' +', ' ', cmdline)
# prepare_kconfig_files.py doesn't have to be called because COMPONENT_KCONFIGS and
# COMPONENT_KCONFIGS_PROJBUILD are empty
print("Running: %s" % cmdline)
p = pexpect.spawn(cmdline, timeout=30, logfile=args.logfile, echo=False, use_poll=True, maxread=1)