config: Use LLVM binutils for 5.10 as well
Change-Id: I14afa17d710778403cd7fecf842c952c569c0c35
diff --git a/config/BoardConfigKernel.mk b/config/BoardConfigKernel.mk
index 8978ac9..ccf8986 100644
--- a/config/BoardConfigKernel.mk
+++ b/config/BoardConfigKernel.mk
@@ -155,7 +155,7 @@
# Use LLVM's substitutes for GNU binutils if compatible kernel version.
ifneq ($(TARGET_KERNEL_CLANG_COMPILE), false)
-ifneq (,$(filter 5.4, $(TARGET_KERNEL_VERSION)))
+ifneq (,$(filter 5.4 5.10, $(TARGET_KERNEL_VERSION)))
KERNEL_MAKE_FLAGS += LLVM=1 LLVM_IAS=1
endif
endif