diff options
author | Mike Turquette <mturquette@linaro.org> | 2014-07-25 17:45:30 -0700 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-07-25 17:45:30 -0700 |
commit | 3cc5aba4158e757ddd33751db6ca1729741e8dba (patch) | |
tree | 603de23aec889afde3080dbccd8090a0cba8ceff /drivers/clk/sunxi/Makefile | |
parent | 9ae1400588a114be908bcf650aa57309c1a508ed (diff) | |
parent | 6c1d66f0da59362cb33ce37d436cd28c77c2b2cb (diff) | |
download | blackbird-op-linux-3cc5aba4158e757ddd33751db6ca1729741e8dba.tar.gz blackbird-op-linux-3cc5aba4158e757ddd33751db6ca1729741e8dba.zip |
Merge tag 'sunxi-clocks-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-next-sunxi
Allwinner clocks additions for 3.17
This pull request adds support for the clocks found in the newly supported
Allwinner A23 clocks.
Diffstat (limited to 'drivers/clk/sunxi/Makefile')
-rw-r--r-- | drivers/clk/sunxi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/clk/sunxi/Makefile b/drivers/clk/sunxi/Makefile index 762fd64dbd1f..6850cba35871 100644 --- a/drivers/clk/sunxi/Makefile +++ b/drivers/clk/sunxi/Makefile @@ -6,4 +6,6 @@ obj-y += clk-sunxi.o clk-factors.o obj-y += clk-a10-hosc.o obj-y += clk-a20-gmac.o -obj-$(CONFIG_MFD_SUN6I_PRCM) += clk-sun6i-ar100.o clk-sun6i-apb0.o clk-sun6i-apb0-gates.o +obj-$(CONFIG_MFD_SUN6I_PRCM) += \ + clk-sun6i-ar100.o clk-sun6i-apb0.o clk-sun6i-apb0-gates.o \ + clk-sun8i-apb0.o |