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>
Git-commit: 4244575c2f5d35c56b88d3d5bd34558c111e8667
Git-Repo: https://android.googlesource.com/kernel/common.git
Signed-off-by: Ian Maund <imaund@codeaurora.org>
This commit is contained in:
Benoit Goby 2013-11-08 15:24:19 -08:00 committed by Ian Maund
parent 6526d22a25
commit 6194f9c4b3

View file

@ -14,6 +14,7 @@
ifneq ($(MACHINE),) ifneq ($(MACHINE),)
include $(srctree)/$(MACHINE)/Makefile.boot include $(srctree)/$(MACHINE)/Makefile.boot
endif endif
include $(srctree)/arch/arm/boot/dts/Makefile
include $(srctree)/arch/arm/boot/dts/Makefile include $(srctree)/arch/arm/boot/dts/Makefile
ifneq ($(DTSSUBDIR),) ifneq ($(DTSSUBDIR),)