aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-clang.inc
blob: c5b746341fe9c54b3677e7ad1708fb797a6062aa (plain)
1
2
3
4
5
6
7
8
# Clang-specific configuration of kernel build

# We need to add this dependency as the kernel configuration depends on the compiler
do_kernel_configme[depends] += "androidclang-native:do_populate_sysroot"

DEPENDS:append = " androidclang-native"

KERNEL_CC = "${CCACHE}clang ${HOST_CC_KERNEL_ARCH}"