From: Krzysztof Kozlowski Date: Thu, 17 Sep 2020 16:39:57 +0000 (+0200) Subject: ARM: dts: picoxcell: build DTBs with make dtbs X-Git-Tag: v5.10.7~1320^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e89c32fe22e431f09bafa63cf61c76c9551d56cf;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: picoxcell: build DTBs with make dtbs Add ARCH_PICOXCELL entries to Makefil so the DTBs get built with `make dtbs`. Link: https://lore.kernel.org/r/20200917163957.21895-1-krzk@kernel.org Signed-off-by: Krzysztof Kozlowski Signed-off-by: Olof Johansson --- diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 98149f9..6987db0 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -871,6 +871,9 @@ dtb-$(CONFIG_ARCH_ACTIONS) += \ owl-s500-cubieboard6.dtb \ owl-s500-guitar-bb-rev-b.dtb \ owl-s500-sparky.dtb +dtb-$(CONFIG_ARCH_PICOXCELL) += \ + picoxcell-pc7302-pc3x2.dtb \ + picoxcell-pc7302-pc3x3.dtb dtb-$(CONFIG_ARCH_PRIMA2) += \ prima2-evb.dtb dtb-$(CONFIG_ARCH_PXA) += \