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:
Leandro Pereira 2017-11-09 15:01:59 -08:00 committed by Anas Nashif
commit 114f6032fe
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
include($ENV{ZEPHYR_BASE}/cmake/host-tools-zephyr.cmake)

View file

@ -0,0 +1 @@
include($ENV{ZEPHYR_BASE}/cmake/host-tools-zephyr.cmake)