diff options
author | Joe.C <yingjoe.chen@mediatek.com> | 2014-11-04 02:30:53 -0500 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2014-11-14 07:45:36 -0500 |
commit | e69948064a52ca670cf069aa74bf409b33767cb9 (patch) | |
tree | 35670dc739df18c73c26dfb4925e84987f5e7e4d /arch/arm/boot/dts/Makefile | |
parent | d51f42615cd6c74e37a8d9345a668f89f79bcf7e (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/Makefile | 4 |
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 |
518 | dtb-$(CONFIG_ARCH_MEDIATEK) += mt6589-aquaris5.dtb | 518 | dtb-$(CONFIG_ARCH_MEDIATEK) += mt6589-aquaris5.dtb \ |
519 | mt8127-moose.dtb \ | ||
520 | mt8135-evbp1.dtb | ||
519 | 521 | ||
520 | targets += dtbs dtbs_install | 522 | targets += dtbs dtbs_install |
521 | targets += $(dtb-y) | 523 | targets += $(dtb-y) |