aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mediatek/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-16 09:40:09 -0500
committerTom Rini <trini@konsulko.com>2020-01-16 09:40:09 -0500
commitf47704d4ae494ebc8a25c95202e548ea32f98955 (patch)
tree1fe12b692cf15f97aafb17ab4261e8d8106a797a /arch/arm/mach-mediatek/Makefile
parent9d5d74c3ccdc78bac969d25e98eab96872e33b5c (diff)
parent7b2e07ad34170c82a098b47a756311dec5e8e04a (diff)
downloadu-boot-f47704d4ae494ebc8a25c95202e548ea32f98955.zip
u-boot-f47704d4ae494ebc8a25c95202e548ea32f98955.tar.gz
u-boot-f47704d4ae494ebc8a25c95202e548ea32f98955.tar.bz2
Merge branch '2020-01-15-master-imports'
- MediaTek improvements - Some generic clk improvements - A few assorted bugfixes
Diffstat (limited to 'arch/arm/mach-mediatek/Makefile')
-rw-r--r--arch/arm/mach-mediatek/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mediatek/Makefile b/arch/arm/mach-mediatek/Makefile
index b9b2355..290d2c7 100644
--- a/arch/arm/mach-mediatek/Makefile
+++ b/arch/arm/mach-mediatek/Makefile
@@ -3,6 +3,8 @@
obj-y += cpu.o
obj-$(CONFIG_SPL_BUILD) += spl.o
+obj-$(CONFIG_MT8512) += mt8512/
+obj-$(CONFIG_TARGET_MT7622) += mt7622/
obj-$(CONFIG_TARGET_MT7623) += mt7623/
obj-$(CONFIG_TARGET_MT7629) += mt7629/
obj-$(CONFIG_TARGET_MT8516) += mt8516/