aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/socfpga/Makefile
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2014-01-06 10:27:37 -0600
committerMike Turquette <mturquette@linaro.org>2014-02-18 14:08:13 -0800
commit97259e99bdc9144d071815536f1dbc2e41c6b5a8 (patch)
tree951034053e4874e158c8cb442e1025a2e66cd128 /drivers/clk/socfpga/Makefile
parent0c5a1872ba04dbcf8430d805a8c34e0ee22f1f75 (diff)
clk: socfpga: split clk code
Move the different kinds of clocks into their own files. The reason is to aid readability of the code. This also goes along with the other SoC-specific clock drivers. The split introduces new structs for the three types of clocks and uses them. Other changes are not done to the code. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Diffstat (limited to 'drivers/clk/socfpga/Makefile')
-rw-r--r--drivers/clk/socfpga/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/socfpga/Makefile b/drivers/clk/socfpga/Makefile
index 0303c0b99cd0..7e2d15a0c7b8 100644
--- a/drivers/clk/socfpga/Makefile
+++ b/drivers/clk/socfpga/Makefile
@@ -1 +1,4 @@
obj-y += clk.o
+obj-y += clk-gate.o
+obj-y += clk-pll.o
+obj-y += clk-periph.o