summaryrefslogtreecommitdiff
path: root/drivers/clk/mxs/Makefile
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-04-29 00:02:34 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-05-09 00:02:35 +0800
commit23b5e15a2994fb0c1444f92b76f09a482f32843c (patch)
tree54695e5b39977bd1ed04dfd945c9052a85b57e0f /drivers/clk/mxs/Makefile
parentd48b97b403d23f6df0b990cee652bdf9a52337a3 (diff)
clk: mxs: add mxs specific clocks
Add mxs specific clocks, pll, reference clock (PFD), integer divider and fractional divider. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'drivers/clk/mxs/Makefile')
-rw-r--r--drivers/clk/mxs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/mxs/Makefile b/drivers/clk/mxs/Makefile
new file mode 100644
index 000000000000..d9472a809bba
--- /dev/null
+++ b/drivers/clk/mxs/Makefile
@@ -0,0 +1,5 @@
+#
+# Makefile for mxs specific clk
+#
+
+obj-y += clk.o clk-pll.o clk-ref.o clk-div.o clk-frac.o