Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | # Clang-specific configuration of kernel build |
2 | |||||
3 | # We need to add this dependency as the kernel configuration depends on the compiler | ||||
4 | do_kernel_configme[depends] += "androidclang-native:do_populate_sysroot" | ||||
5 | |||||
6 | DEPENDS:append = " androidclang-native" | ||||
7 | |||||
8 | KERNEL_CC = "${CCACHE}clang ${HOST_CC_KERNEL_ARCH}" |