mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
c746651550
This patch adds a driver for MT7623 clock blocks. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Tested-by: Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
7 lines
186 B
Makefile
7 lines
186 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Core
|
|
obj-$(CONFIG_ARCH_MEDIATEK) += clk-mtk.o
|
|
|
|
# SoC Drivers
|
|
obj-$(CONFIG_TARGET_MT7623) += clk-mt7623.o
|
|
obj-$(CONFIG_TARGET_MT7629) += clk-mt7629.o
|