mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cmake: export IDF_TARGET to menuconfig
Pass value of IDF_TARGET to menuconfig invocation.
This commit is contained in:
parent
8424822150
commit
2fff500a1c
@ -205,6 +205,7 @@ function(__kconfig_generate_config sdkconfig sdkconfig_defaults)
|
||||
"COMPONENT_KCONFIGS_PROJBUILD=${kconfig_projbuilds}"
|
||||
"IDF_CMAKE=y"
|
||||
"KCONFIG_CONFIG=${sdkconfig}"
|
||||
"IDF_TARGET=${idf_target}"
|
||||
${mconf} ${root_kconfig}
|
||||
# VERBATIM cannot be used here because it cannot handle ${mconf}="winpty mconf-idf" and the escaping must be
|
||||
# done manually
|
||||
|
Loading…
x
Reference in New Issue
Block a user