mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9c1d4f5b54
The "make" build system was deprecated in v4.0 in favor of idf.py (cmake). The remaining support is removed in v5.0.
11 lines
405 B
Bash
11 lines
405 B
Bash
{
|
|
"COMPONENT_KCONFIGS": "${kconfigs}",
|
|
"COMPONENT_KCONFIGS_PROJBUILD": "${kconfig_projbuilds}",
|
|
"COMPONENT_SDKCONFIG_RENAMES": "${sdkconfig_renames}",
|
|
"IDF_TARGET": "${idf_target}",
|
|
"IDF_ENV_FPGA": "${idf_env_fpga}",
|
|
"IDF_PATH": "${idf_path}",
|
|
"COMPONENT_KCONFIGS_SOURCE_FILE": "${kconfigs_path}",
|
|
"COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "${kconfigs_projbuild_path}"
|
|
}
|