[PATCH] ARM: rockchip: Fix missing dtbs in Makefile
Daniel Lezcano
daniel.lezcano at linaro.org
Fri Jul 25 06:36:11 PDT 2014
The dtb for rockchip are missing in the Makefile.
Add the missing ones.
Signed-off-by: Daniel Lezcano <daniel.lezcano at 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
More information about the linux-arm-kernel
mailing list