summaryrefslogtreecommitdiff
path: root/zephyr/cmake/bintools/gnu/target.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/cmake/bintools/gnu/target.cmake')
-rw-r--r--zephyr/cmake/bintools/gnu/target.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/zephyr/cmake/bintools/gnu/target.cmake b/zephyr/cmake/bintools/gnu/target.cmake
new file mode 100644
index 0000000000..2ec9d075dc
--- /dev/null
+++ b/zephyr/cmake/bintools/gnu/target.cmake
@@ -0,0 +1,7 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Zephyr cmake system looks into ${TOOLCHAIN_ROOT}, but we just send
+# this out to the copy in ${ZEPHYR_BASE}.
+include("${ZEPHYR_BASE}/cmake/bintools/gnu/target.cmake")