Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « sprd « clk « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0d81e541ebd6e08b62528d739e9017565a19181 (plain)
1
2
3
4
5
6
7
8
9
10
11
obj-$(CONFIG_SPRD_COMMON_CLK)	+= clk-sprd.o

clk-sprd-y	+= common.o
clk-sprd-y	+= gate.o
clk-sprd-y	+= mux.o
clk-sprd-y	+= div.o
clk-sprd-y	+= composite.o
clk-sprd-y	+= pll.o

## SoC support
obj-$(CONFIG_SPRD_SC9860_CLK)	+= sc9860-clk.o