mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01:00
Add clock controller driver for sophgo cv1800b SoC Signed-off-by: Kongyang Liu <seashell11234455@gmail.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
7 lines
181 B
Makefile
7 lines
181 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
|
|
|
|
obj-y += clk-ip.o clk-pll.o
|
|
obj-$(CONFIG_CLK_SOPHGO_CV1800B) += clk-cv1800b.o
|