mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 22:24:33 +02:00
ldgen: remove unused variables
This commit is contained in:
@@ -46,14 +46,9 @@ function(__ldgen_process_template template output)
|
||||
# Create command to invoke the linker script generator tool.
|
||||
idf_build_get_property(sdkconfig SDKCONFIG)
|
||||
idf_build_get_property(root_kconfig __ROOT_KCONFIG)
|
||||
idf_build_get_property(kconfigs KCONFIGS)
|
||||
idf_build_get_property(kconfig_projbuilds KCONFIG_PROJBUILDS)
|
||||
|
||||
idf_build_get_property(python PYTHON)
|
||||
|
||||
string(REPLACE ";" " " kconfigs "${kconfigs}")
|
||||
string(REPLACE ";" " " kconfig_projbuilds "${kconfig_projbuilds}")
|
||||
|
||||
idf_build_get_property(config_env_path CONFIG_ENV_PATH)
|
||||
|
||||
if($ENV{LDGEN_CHECK_MAPPING})
|
||||
|
Reference in New Issue
Block a user