Parcourir la source

ldgen: remove unused variables

Ivan Grokhotkov il y a 5 ans
Parent
commit
636ce4750f
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      tools/cmake/ldgen.cmake

+ 0 - 5
tools/cmake/ldgen.cmake

@@ -46,14 +46,9 @@ function(__ldgen_process_template template output)
     # Create command to invoke the linker script generator tool.
     # Create command to invoke the linker script generator tool.
     idf_build_get_property(sdkconfig SDKCONFIG)
     idf_build_get_property(sdkconfig SDKCONFIG)
     idf_build_get_property(root_kconfig __ROOT_KCONFIG)
     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)
     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)
     idf_build_get_property(config_env_path CONFIG_ENV_PATH)
 
 
     if($ENV{LDGEN_CHECK_MAPPING})
     if($ENV{LDGEN_CHECK_MAPPING})