diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-05-09 22:33:38 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-06-11 09:58:44 +0200 |
commit | 59cb10e32a60533865e26dc9a8303306ba972a70 (patch) | |
tree | bfcdb380247d7d945b8c0739e76a68766bb12ba5 /drivers/clk/sunxi/Makefile | |
parent | ff01df28e558c194836121c6d45954eaa4bcf93d (diff) |
clk: sunxi: Move the GMAC clock to a file of its own
Since we have a folder of our own, we can actually make use of it by
splitting the huge clock file into several sub drivers.
The gmac clock is pretty easy to deal with, since it's pretty much
isolated and doesn't have any dependency on the other clocks.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Emilio López <emilio@elopez.com.ar>
Diffstat (limited to 'drivers/clk/sunxi/Makefile')
-rw-r--r-- | drivers/clk/sunxi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clk/sunxi/Makefile b/drivers/clk/sunxi/Makefile index 2c3d2fed2560..839029e36144 100644 --- a/drivers/clk/sunxi/Makefile +++ b/drivers/clk/sunxi/Makefile @@ -3,4 +3,5 @@ # obj-y += clk-sunxi.o clk-factors.o -obj-y += clk-a10-hosc.o
\ No newline at end of file +obj-y += clk-a10-hosc.o +obj-y += clk-a20-gmac.o |