kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/main_component_kconfig' into 'master'
cmake: don't add main component Kconfig twice See merge request idf/esp-idf!3250pull/2410/head
commit
cf7ae4d898
|
@ -78,7 +78,7 @@ function(kconfig_process_config)
|
|||
|
||||
# Find Kconfig and Kconfig.projbuild for each component as applicable
|
||||
# if any of these change, cmake should rerun
|
||||
foreach(dir ${BUILD_COMPONENT_PATHS} "${CMAKE_SOURCE_DIR}/main")
|
||||
foreach(dir ${BUILD_COMPONENT_PATHS})
|
||||
file(GLOB kconfig "${dir}/Kconfig")
|
||||
if(kconfig)
|
||||
set(kconfigs "${kconfigs} ${kconfig}")
|
||||
|
|
Ładowanie…
Reference in New Issue