cmake: Support disjoint toolchain and SDK locations
Some toolchains, such as the one provided by Espressif for the ESP32, or ISSM provided by Intel, will contain only the compiler, linker, and supporting tools. Other binaries needed by the build system that are provided by the Zephyr SDK need to be found somewhere else. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
This commit is contained in:
parent
c218261a33
commit
114f6032fe
2 changed files with 2 additions and 0 deletions
1
cmake/host-tools-espressif.cmake
Normal file
1
cmake/host-tools-espressif.cmake
Normal file
|
@ -0,0 +1 @@
|
|||
include($ENV{ZEPHYR_BASE}/cmake/host-tools-zephyr.cmake)
|
1
cmake/host-tools-issm.cmake
Normal file
1
cmake/host-tools-issm.cmake
Normal file
|
@ -0,0 +1 @@
|
|||
include($ENV{ZEPHYR_BASE}/cmake/host-tools-zephyr.cmake)
|
Loading…
Add table
Add a link
Reference in a new issue