need to load mconf path as build property
idf_build_get_property(menuconfig_depends __MENUCONFIG_DEPENDS)
+ idf_build_get_property(mconf __MCONF)
+
# Generate the menuconfig target (uses C-based mconf-idf tool, either prebuilt or via mconf-idf target above)
add_custom_target(menuconfig
${menuconfig_depends}
"COMPONENT_KCONFIGS_PROJBUILD=${kconfig_projbuilds}"
"IDF_CMAKE=y"
"KCONFIG_CONFIG=${sdkconfig}"
- ${MCONF} ${root_kconfig}
+ ${mconf} ${root_kconfig}
VERBATIM
USES_TERMINAL
# additional run of confgen esures that the deprecated options will be inserted into sdkconfig (for backward