summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorJoe.C <yingjoe.chen@mediatek.com>2014-11-04 15:30:53 +0800
committerMatthias Brugger <matthias.bgg@gmail.com>2014-11-14 13:45:36 +0100
commite69948064a52ca670cf069aa74bf409b33767cb9 (patch)
tree35670dc739df18c73c26dfb4925e84987f5e7e4d /arch/arm/boot/dts/Makefile
parentd51f42615cd6c74e37a8d9345a668f89f79bcf7e (diff)
downloadop-kernel-dev-e69948064a52ca670cf069aa74bf409b33767cb9.zip
op-kernel-dev-e69948064a52ca670cf069aa74bf409b33767cb9.tar.gz
ARM: dts: Build dtb for mt8127 & mt8135
This allows the "make dtbs" to build the moose and mt8135-evbp1 for MediaTek SoC Signed-off-by: Joe.C <yingjoe.chen@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 38c89ca..d2e6b2f 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -515,7 +515,9 @@ dtb-$(CONFIG_MACH_DOVE) += dove-cm-a510.dtb \
dove-d2plug.dtb \
dove-d3plug.dtb \
dove-dove-db.dtb
-dtb-$(CONFIG_ARCH_MEDIATEK) += mt6589-aquaris5.dtb
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt6589-aquaris5.dtb \
+ mt8127-moose.dtb \
+ mt8135-evbp1.dtb
targets += dtbs dtbs_install
targets += $(dtb-y)
OpenPOWER on IntegriCloud