aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorJoe.C <yingjoe.chen@mediatek.com>2014-11-04 02:30:53 -0500
committerMatthias Brugger <matthias.bgg@gmail.com>2014-11-14 07:45:36 -0500
commite69948064a52ca670cf069aa74bf409b33767cb9 (patch)
tree35670dc739df18c73c26dfb4925e84987f5e7e4d /arch/arm/boot/dts/Makefile
parentd51f42615cd6c74e37a8d9345a668f89f79bcf7e (diff)
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 38c89cafa1ab..d2e6b2ff160e 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 \
515 dove-d2plug.dtb \ 515 dove-d2plug.dtb \
516 dove-d3plug.dtb \ 516 dove-d3plug.dtb \
517 dove-dove-db.dtb 517 dove-dove-db.dtb
518dtb-$(CONFIG_ARCH_MEDIATEK) += mt6589-aquaris5.dtb 518dtb-$(CONFIG_ARCH_MEDIATEK) += mt6589-aquaris5.dtb \
519 mt8127-moose.dtb \
520 mt8135-evbp1.dtb
519 521
520targets += dtbs dtbs_install 522targets += dtbs dtbs_install
521targets += $(dtb-y) 523targets += $(dtb-y)