projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
clk: baikal-t1: Convert to platform device driver
[platform/kernel/linux-starfive.git]
/
drivers
/
clk
/
sprd
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0-only
2
obj-$(CONFIG_SPRD_COMMON_CLK) += clk-sprd.o
3
4
clk-sprd-y += common.o
5
clk-sprd-y += gate.o
6
clk-sprd-y += mux.o
7
clk-sprd-y += div.o
8
clk-sprd-y += composite.o
9
clk-sprd-y += pll.o
10
11
## SoC support
12
obj-$(CONFIG_SPRD_SC9860_CLK) += sc9860-clk.o
13
obj-$(CONFIG_SPRD_SC9863A_CLK) += sc9863a-clk.o