mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-15 15:00:02 +01:00
Generate source files for kconfiglib from the build system
This commit is contained in:
@@ -26,8 +26,6 @@ except Exception:
|
||||
sys.path.insert(0, kconfig_new_dir)
|
||||
import kconfiglib
|
||||
|
||||
import confgen
|
||||
|
||||
|
||||
class SDKConfig:
|
||||
"""
|
||||
@@ -49,7 +47,6 @@ class SDKConfig:
|
||||
OPERATOR = oneOf(["=", "!=", ">", "<", "<=", ">="])
|
||||
|
||||
def __init__(self, kconfig_file, sdkconfig_file):
|
||||
confgen.prepare_source_files()
|
||||
self.config = kconfiglib.Kconfig(kconfig_file)
|
||||
self.config.load_config(sdkconfig_file)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user