summaryrefslogtreecommitdiff
path: root/drivers/clk/sunxi/Makefile
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2014-05-10 03:33:37 (GMT)
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-06-11 07:58:44 (GMT)
commitff01df28e558c194836121c6d45954eaa4bcf93d (patch)
treea935a112af055f550bee4d5c59ba42132fbae9c1 /drivers/clk/sunxi/Makefile
parent2c6fba1038f2b27fffe7ab0ddd42f9f283128105 (diff)
downloadlinux-ff01df28e558c194836121c6d45954eaa4bcf93d.tar.xz
clk: sunxi: Move the 24M oscillator 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 main oscillator is pretty easy to deal with, since it's pretty much isolated. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi/Makefile b/drivers/clk/sunxi/Makefile
index b5bac91..2c3d2fe 100644
--- a/drivers/clk/sunxi/Makefile
+++ b/drivers/clk/sunxi/Makefile
@@ -3,3 +3,4 @@
#
obj-y += clk-sunxi.o clk-factors.o
+obj-y += clk-a10-hosc.o \ No newline at end of file