summaryrefslogtreecommitdiff
path: root/zephyr/cmake/compiler/clang/target.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/cmake/compiler/clang/target.cmake')
-rw-r--r--zephyr/cmake/compiler/clang/target.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/zephyr/cmake/compiler/clang/target.cmake b/zephyr/cmake/compiler/clang/target.cmake
deleted file mode 100644
index 6702087df5..0000000000
--- a/zephyr/cmake/compiler/clang/target.cmake
+++ /dev/null
@@ -1,6 +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.
-
-set(CMAKE_C_COMPILER "${CROSS_COMPILE}clang")
-set(CMAKE_CXX_COMPILER "${CROSS_COMPILE}clang++")