diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2d13249..b797c53 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -101,6 +101,7 @@ TARGET_KERNEL_SOURCE := kernel/xiaomi/sm7250 ifeq (monet,$(PRODUCT_DEVICE)) TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-gnu- KERNEL_SUPPORTS_LLVM_TOOLS := true +TARGET_KERNEL_LLVM_BINUTILS := true TARGET_KERNEL_CLANG_VERSION := lolz endif