diff --git a/tools/cmake/ldgen.cmake b/tools/cmake/ldgen.cmake index 1e4341e8b3..d8c5d0eb7d 100644 --- a/tools/cmake/ldgen.cmake +++ b/tools/cmake/ldgen.cmake @@ -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})