Skip to content

Commit a041f5c

Browse files
stephanosiocarlescufi
authored andcommitted
doc: toolchains: Update custom toolchain CMake reference file names
This commit updates the CMake reference file names for custom toolchains. The contents of `cmake/generic_toolchain.cmake` and `cmake/target_toolchain.cmake` were moved `cmake/modules/FindHostTools.cmake` and `cmake/modules/FindTargetTools.cmake`, respectively. Refer to the commit 8d2998d and 7131d02 for more details. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent cf400c6 commit a041f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/develop/toolchains/custom_cmake.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Zephyr will then include the toolchain cmake files located in the
2323

2424
Here <toolchain name> is the same as the name provided in
2525
:envvar:`ZEPHYR_TOOLCHAIN_VARIANT`
26-
See the zephyr files :zephyr_file:`cmake/generic_toolchain.cmake` and
27-
:zephyr_file:`cmake/target_toolchain.cmake` for more details on what your
26+
See the zephyr files :zephyr_file:`cmake/modules/FindHostTools.cmake` and
27+
:zephyr_file:`cmake/modules/FindTargetTools.cmake` for more details on what your
2828
:file:`generic.cmake` and :file:`target.cmake` files should contain.
2929

3030
You can also set ``ZEPHYR_TOOLCHAIN_VARIANT`` and ``TOOLCHAIN_ROOT`` as CMake

0 commit comments

Comments
 (0)