summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mediatek/Makefile
diff options
context:
space:
mode:
authormingming lee <mingming.lee@mediatek.com>2019-12-31 11:29:19 +0800
committerTom Rini <trini@konsulko.com>2020-01-16 09:39:45 -0500
commit953bb4c3ce026395a2a4b9fb5e1fda79cde2fd97 (patch)
tree647d13c9cac927987abe913af5f0481b82a4093f /arch/arm/mach-mediatek/Makefile
parent0c0859cf2dae59932774c8034c8228d1b80368f1 (diff)
downloadu-boot-953bb4c3ce026395a2a4b9fb5e1fda79cde2fd97.tar.gz
ARM: MediaTek: Add support for MediaTek MT8512 SoC
Add support for MediaTek MT8512 SoC. This include the file that will initialize the SoC after boot and its device tree. Signed-off-by: mingming lee <mingming.lee@mediatek.com>
Diffstat (limited to 'arch/arm/mach-mediatek/Makefile')
-rw-r--r--arch/arm/mach-mediatek/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mediatek/Makefile b/arch/arm/mach-mediatek/Makefile
index b9b2355e03..6129ac88ab 100644
--- a/arch/arm/mach-mediatek/Makefile
+++ b/arch/arm/mach-mediatek/Makefile
@@ -3,6 +3,7 @@
obj-y += cpu.o
obj-$(CONFIG_SPL_BUILD) += spl.o
+obj-$(CONFIG_MT8512) += mt8512/
obj-$(CONFIG_TARGET_MT7623) += mt7623/
obj-$(CONFIG_TARGET_MT7629) += mt7629/
obj-$(CONFIG_TARGET_MT8516) += mt8516/