diff options
author | Stephen Boyd <sboyd@kernel.org> | 2018-06-04 22:27:02 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-06-04 22:27:02 +0300 |
commit | 43705f52946bba973eeba75f1e92cf034e0ad03c (patch) | |
tree | 9ec089c0c99f84efb3ec5db95e716a6013f4272e /drivers/clk/Makefile | |
parent | 101cfc9f787d8ca22866a178f2c1684fb10f8c7a (diff) | |
parent | d85d20053e1954ede2c731f3abaf507fdaa4911a (diff) | |
download | linux-43705f52946bba973eeba75f1e92cf034e0ad03c.tar.xz |
Merge branch 'clk-actions' into clk-next
* clk-actions:
clk: actions: Add S900 SoC clock support
clk: actions: Add pll clock support
clk: actions: Add composite clock support
clk: actions: Add fixed factor clock support
clk: actions: Add factor clock support
clk: actions: Add divider clock support
clk: actions: Add mux clock support
clk: actions: Add gate clock support
clk: actions: Add common clock driver support
dt-bindings: clock: Add Actions S900 clock bindings
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index de6d06ac790b..35896e2ae95a 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -59,6 +59,7 @@ obj-$(CONFIG_COMMON_CLK_WM831X) += clk-wm831x.o obj-$(CONFIG_COMMON_CLK_XGENE) += clk-xgene.o # please keep this section sorted lexicographically by directory path name +obj-y += actions/ obj-$(CONFIG_COMMON_CLK_AT91) += at91/ obj-$(CONFIG_ARCH_ARTPEC) += axis/ obj-$(CONFIG_ARC_PLAT_AXS10X) += axs10x/ |