diff mbox series

ARM: dts: picoxcell: build DTBs with make dtbs

Message ID 20200917163957.21895-1-krzk@kernel.org (mailing list archive)
State Accepted
Commit e89c32fe22e431f09bafa63cf61c76c9551d56cf
Headers show
Series ARM: dts: picoxcell: build DTBs with make dtbs | expand

Commit Message

Krzysztof Kozlowski Sept. 17, 2020, 4:39 p.m. UTC
Add ARCH_PICOXCELL entries to Makefil so the DTBs get built with
`make dtbs`.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/boot/dts/Makefile | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index e7c59d0c8598..6b971a29ccc8 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -873,6 +873,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) += \