Merge tag 'v5.1-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
[linux-2.6-microblaze.git] / drivers / clk / actions / Makefile
1 obj-$(CONFIG_CLK_ACTIONS)       += clk-owl.o
2
3 clk-owl-y                       += owl-common.o
4 clk-owl-y                       += owl-gate.o
5 clk-owl-y                       += owl-mux.o
6 clk-owl-y                       += owl-divider.o
7 clk-owl-y                       += owl-factor.o
8 clk-owl-y                       += owl-composite.o
9 clk-owl-y                       += owl-pll.o
10 clk-owl-y                       += owl-reset.o
11
12 # SoC support
13 obj-$(CONFIG_CLK_OWL_S500)      += owl-s500.o
14 obj-$(CONFIG_CLK_OWL_S700)      += owl-s700.o
15 obj-$(CONFIG_CLK_OWL_S900)      += owl-s900.o