Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6994806 authored by Joe.C's avatar Joe.C Committed by Matthias Brugger
Browse files

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: default avatarJoe.C <yingjoe.chen@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent d51f4261
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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)