linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: rockchip: Fix missing dtbs in Makefile
@ 2014-07-25 13:36 Daniel Lezcano
  2014-07-25 14:08 ` Heiko Stübner
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Lezcano @ 2014-07-25 13:36 UTC (permalink / raw)
  To: linux-arm-kernel

The dtb for rockchip are missing in the Makefile.

Add the missing ones.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 arch/arm/boot/dts/Makefile |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index adb5ed9..fb7c589 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -445,6 +445,9 @@ dtb-$(CONFIG_MACH_DOVE) += dove-cm-a510.dtb \
 	dove-d2plug.dtb \
 	dove-d3plug.dtb \
 	dove-dove-db.dtb
+dtb-$(CONFIG_ARCH_ROCKCHIP) += \
+	rk3288-evb-act8846.dtb \
+	rk3288-evb-rk808.dtb
 
 targets += dtbs dtbs_install
 targets += $(dtb-y)
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-25 14:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 13:36 [PATCH] ARM: rockchip: Fix missing dtbs in Makefile Daniel Lezcano
2014-07-25 14:08 ` Heiko Stübner
2014-07-25 14:13   ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).