cmake: Support disjoint toolchain and SDK locations
Make more toolchains use the tools provided by the Zephyr SDK. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
dec93834d9
commit
446503dc50
2 changed files with 2 additions and 0 deletions
1
cmake/host-tools-gccarmemb.cmake
Normal file
1
cmake/host-tools-gccarmemb.cmake
Normal file
|
@ -0,0 +1 @@
|
|||
include($ENV{ZEPHYR_BASE}/cmake/host-tools-zephyr.cmake)
|
1
cmake/host-tools-xtools.cmake
Normal file
1
cmake/host-tools-xtools.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