Lines Matching refs:cmake
34 # https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_NAME.html:
37 # https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling:
42 # like Linux.cmake or Windows-gcc.cmake. If your target is an embedded
46 # https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_PROCESSOR.html:
49 # https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling:
53 # CMAKE_SYSTEM_NAME-compiler-CMAKE_SYSTEM_PROCESSOR.cmake file,
58 # https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_VERSION.html:
64 # https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_BYTE_ORDER.html
88 include(${TOOLCHAIN_ROOT}/cmake/toolchain/${ZEPHYR_TOOLCHAIN_VARIANT}/target.cmake)
98 # In Zephyr, toolchains require a port under cmake/toolchain/.
103 include(${TOOLCHAIN_ROOT}/cmake/compiler/${COMPILER}/target.cmake OPTIONAL)
104 include(${TOOLCHAIN_ROOT}/cmake/linker/${LINKER}/target.cmake OPTIONAL)
105 include(${ZEPHYR_BASE}/cmake/bintools/bintools_template.cmake)
106 include(${TOOLCHAIN_ROOT}/cmake/bintools/${BINTOOLS}/target.cmake OPTIONAL)
108 include(${TOOLCHAIN_ROOT}/cmake/linker/target_template.cmake)