aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Goby <benoit@android.com>2013-11-08 15:24:19 -0800
committerBenoit Goby <benoit@android.com>2013-11-08 15:51:57 -0800
commit4244575c2f5d35c56b88d3d5bd34558c111e8667 (patch)
treec86903e0a07c9587f575acadfb54ac51224ec1a7
parentd67a07b6ec961b4e14356d545040769be95ce178 (diff)
ARM: Fix dtb list when DTB_IMAGE_NAMES is empty
In the 3.10 kernel, dtb-y is not defined in Makefile.boot anymore but in dts/Makefile, so it needs to be included too. Change-Id: I6d6fccf933709bcb6220ce8f12b4b9e2a7c40d63 Signed-off-by: Benoit Goby <benoit@android.com>
-rw-r--r--arch/arm/boot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile
index 3310df3a056..65285bbbf89 100644
--- a/arch/arm/boot/Makefile
+++ b/arch/arm/boot/Makefile
@@ -14,6 +14,7 @@
ifneq ($(MACHINE),)
include $(srctree)/$(MACHINE)/Makefile.boot
endif
+include $(srctree)/arch/arm/boot/dts/Makefile
# Note: the following conditions must always be true:
# ZRELADDR == virt_to_phys(PAGE_OFFSET + TEXT_OFFSET)