summaryrefslogtreecommitdiff
path: root/zephyr/cmake/bintools/llvm/target.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/cmake/bintools/llvm/target.cmake')
-rw-r--r--zephyr/cmake/bintools/llvm/target.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/zephyr/cmake/bintools/llvm/target.cmake b/zephyr/cmake/bintools/llvm/target.cmake
new file mode 100644
index 0000000000..a77d459288
--- /dev/null
+++ b/zephyr/cmake/bintools/llvm/target.cmake
@@ -0,0 +1,9 @@
+# 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.
+
+# Use generic bintools.
+include("${TOOLCHAIN_ROOT}/cmake/bintools/llvm/generic.cmake")
+
+# Include the GNU bintools properties as a base.
+include("${ZEPHYR_BASE}/cmake/bintools/gnu/target_bintools.cmake")