summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Chan <jc@lineageos.org>2017-04-25 17:38:42 +0800
committerJesse Chan <jc@lineageos.org>2017-04-25 17:40:04 +0800
commit9432ff3385e4c4b2b1cb06835e51a9ba7da65268 (patch)
tree40ed74986e078f72086a048f30f9d7285d04c005
parent5e4fbe091dac9a8f07567f511f5ef50bef28addc (diff)
downloadandroid_hardware_samsung-9432ff3385e4c4b2b1cb06835e51a9ba7da65268.tar.gz
android_hardware_samsung-9432ff3385e4c4b2b1cb06835e51a9ba7da65268.tar.bz2
android_hardware_samsung-9432ff3385e4c4b2b1cb06835e51a9ba7da65268.zip
mkbootimg: add exynos subdir to possible_dtb_dirs
Change-Id: I70e5e0817ff0b63da7df3ab63f42b815170096e4
-rw-r--r--mkbootimg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkbootimg.mk b/mkbootimg.mk
index ce320a0..d3db2e5 100644
--- a/mkbootimg.mk
+++ b/mkbootimg.mk
@@ -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