esp-idf/tools/kconfig_new/confgen.env.in
Angus Gratton 26db058339 cmake kconfig: Pass environment variables to confgen.py via a file
Works around "command line too long" errors when using Windows
and CMake < 3.11

Closes IDF-711
2019-07-01 15:54:10 +10:00

7 lines
162 B
Bash

{
"COMPONENT_KCONFIGS": "${kconfigs}",
"COMPONENT_KCONFIGS_PROJBUILD": "${kconfig_projbuilds}",
"IDF_CMAKE": "y",
"IDF_TARGET": "${idf_target}"
}