summaryrefslogtreecommitdiff
path: root/zephyr/cmake/toolchain/coreboot-sdk/generic.cmake
blob: 1b86948bcdc572e502e6ac64c4452f6086447eb0 (plain)
1
2
3
4
5
6
7
8
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.

# generic.cmake is used for host-side compilation and preprocessing
# (e.g., for device-tree).  Thus, we should use LLVM for this
# actually, as that's what's currently supported compiler-wise in the
# chroot right now.
include("${TOOLCHAIN_ROOT}/cmake/toolchain/llvm/generic.cmake")