Merge "db845c.mk: set DB845C_KERNEL_DIR to use environment when specified" am: fe771fcdfb am: 2ae5a2a2e6 am: 1773525b62

Original change: https://android-review.googlesource.com/c/device/linaro/dragonboard/+/1462043

Change-Id: Idc1c2f98c507669886e8b9f404b09e53b10ac2d2
diff --git a/db845c.mk b/db845c.mk
index beeb2cb..b2dd524 100644
--- a/db845c.mk
+++ b/db845c.mk
@@ -1,7 +1,7 @@
 ifndef TARGET_KERNEL_USE
 TARGET_KERNEL_USE := 5.10
 endif
-DB845C_KERNEL_DIR := device/linaro/dragonboard-kernel/android-$(TARGET_KERNEL_USE)
+DB845C_KERNEL_DIR ?= device/linaro/dragonboard-kernel/android-$(TARGET_KERNEL_USE)
 
 # Inherit the full_base and device configurations
 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)