mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
Generate source files for kconfiglib from the build system
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user