]> Git Repo - linux.git/blob - drivers/clk/sprd/Makefile
x86/kaslr: Expose and use the end of the physical memory address space
[linux.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
14 obj-$(CONFIG_SPRD_UMS512_CLK)   += ums512-clk.o
This page took 0.036385 seconds and 4 git commands to generate.