mkbootimg: add exynos subdir to possible_dtb_dirs
authorJesse Chan <jc@lineageos.org>
Tue, 25 Apr 2017 09:38:42 +0000 (17:38 +0800)
committerJesse Chan <jc@lineageos.org>
Tue, 25 Apr 2017 09:40:04 +0000 (17:40 +0800)
Change-Id: I70e5e0817ff0b63da7df3ab63f42b815170096e4

mkbootimg.mk

index ce320a00ec53938ac05dc0fa60d997eaf3f8dcea..d3db2e5c3025bcd949b506d407499946233ce79b 100644 (file)
@@ -35,7 +35,7 @@ ifeq ($(strip $(TARGET_CUSTOM_DTBTOOL)),)
 possible_dtb_dirs = $(KERNEL_OUT)/arch/$(KERNEL_ARCH)/boot/
 else
 # Most specific paths must come first in possible_dtb_dirs
-possible_dtb_dirs = $(KERNEL_OUT)/arch/$(KERNEL_ARCH)/boot/dts/ $(KERNEL_OUT)/arch/$(KERNEL_ARCH)/boot/
+possible_dtb_dirs = $(KERNEL_OUT)/arch/$(KERNEL_ARCH)/boot/dts/exynos/ $(KERNEL_OUT)/arch/$(KERNEL_ARCH)/boot/dts/ $(KERNEL_OUT)/arch/$(KERNEL_ARCH)/boot/
 endif
 
 define build-dtimage-target