01887f71e7
Special thanks to @ulfalizer for the helpful suggestions regarding kconfiglib. "rsource" option is available for relative path includes Closes https://github.com/espressif/esp-idf/issues/4064
10 lines
388 B
Bash
10 lines
388 B
Bash
{
|
|
"COMPONENT_KCONFIGS": "${kconfigs}",
|
|
"COMPONENT_KCONFIGS_PROJBUILD": "${kconfig_projbuilds}",
|
|
"COMPONENT_SDKCONFIG_RENAMES": "${sdkconfig_renames}",
|
|
"IDF_CMAKE": "y",
|
|
"IDF_TARGET": "${idf_target}",
|
|
"IDF_PATH": "${idf_path}",
|
|
"COMPONENT_KCONFIGS_SOURCE_FILE": "${kconfigs_path}",
|
|
"COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "${kconfigs_projbuild_path}"
|
|
}
|