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, 0 insertions, 9 deletions
diff --git a/zephyr/cmake/bintools/llvm/target.cmake b/zephyr/cmake/bintools/llvm/target.cmake
deleted file mode 100644
index a77d459288..0000000000
--- a/zephyr/cmake/bintools/llvm/target.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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")