summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mediatek/Makefile
diff options
context:
space:
mode:
authormingming lee <mingming.lee@mediatek.com>2019-11-07 19:28:40 +0800
committerTom Rini <trini@konsulko.com>2019-12-03 08:44:14 -0500
commit13e89d752200d5559dad29156a71aac689c5fa2e (patch)
tree28df2a700de12d3a5b03f85c416b027e06a219d4 /arch/arm/mach-mediatek/Makefile
parent42a4ee8a11bb230c81f27c14886cc2ee7ddf2c72 (diff)
downloadu-boot-13e89d752200d5559dad29156a71aac689c5fa2e.tar.gz
ARM: MediaTek: Add support for MediaTek MT8518 SoC
Add support for MediaTek MT8518 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 ea414dc407..b9b2355e03 100644
--- a/arch/arm/mach-mediatek/Makefile
+++ b/arch/arm/mach-mediatek/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_SPL_BUILD) += spl.o
obj-$(CONFIG_TARGET_MT7623) += mt7623/
obj-$(CONFIG_TARGET_MT7629) += mt7629/
obj-$(CONFIG_TARGET_MT8516) += mt8516/
+obj-$(CONFIG_TARGET_MT8518) += mt8518/