summaryrefslogtreecommitdiff
path: root/zephyr/cmake/compiler/clang/generic.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/cmake/compiler/clang/generic.cmake')
-rw-r--r--zephyr/cmake/compiler/clang/generic.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/zephyr/cmake/compiler/clang/generic.cmake b/zephyr/cmake/compiler/clang/generic.cmake
deleted file mode 100644
index aa3665ad39..0000000000
--- a/zephyr/cmake/compiler/clang/generic.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 "/usr/bin/x86_64-pc-linux-gnu-clang")
-set(CMAKE_GCOV "/usr/bin/llvm-cov gcov")