]> Git Repo - linux.git/blob - drivers/clk/sprd/Makefile
bpf: prevent out of bounds speculation on pointer arithmetic
[linux.git] / drivers / clk / sprd / Makefile
1 obj-$(CONFIG_SPRD_COMMON_CLK)   += clk-sprd.o
2
3 clk-sprd-y      += common.o
4 clk-sprd-y      += gate.o
5 clk-sprd-y      += mux.o
6 clk-sprd-y      += div.o
7 clk-sprd-y      += composite.o
8 clk-sprd-y      += pll.o
9
10 ## SoC support
11 obj-$(CONFIG_SPRD_SC9860_CLK)   += sc9860-clk.o
This page took 0.045666 seconds and 4 git commands to generate.