From: Corentin Labbe Date: Tue, 8 Jan 2019 12:52:50 +0000 (+0000) Subject: powerpc/dts: Build virtex dtbs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=acef5e0165912c459a9ae98a25f0f87908ced0f9;p=linux.git powerpc/dts: Build virtex dtbs I wanted to test the virtex440-ml507 qemu machine and found that the dtb for it was not built. All powerpc dtbs are only built when CONFIG_OF_ALL_DTBS is set which depend on COMPILE_TEST. This patch enables building of the virtex dtbs when CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is enabled. Signed-off-by: Corentin Labbe [mpe: Put both targets on a single line] Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/boot/dts/Makefile b/arch/powerpc/boot/dts/Makefile index fb335d05aae8f..1cbc0e4ce857e 100644 --- a/arch/powerpc/boot/dts/Makefile +++ b/arch/powerpc/boot/dts/Makefile @@ -4,3 +4,4 @@ subdir-y += fsl dtstree := $(srctree)/$(src) dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts)) +dtb-$(CONFIG_XILINX_VIRTEX440_GENERIC_BOARD) += virtex440-ml507.dtb virtex440-ml510.dtb