diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-29 00:02:35 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-09 00:02:36 +0800 |
commit | ff261b7f641edc61ca05f0c93b5631c9c8622c08 (patch) | |
tree | 450efe3b538cb4944b5b465582ea240dc68300af /drivers/clk/mxs/Makefile | |
parent | 23b5e15a2994fb0c1444f92b76f09a482f32843c (diff) |
clk: mxs: add clock support for imx23
Add imx23 clock support based on common clk framework.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'drivers/clk/mxs/Makefile')
-rw-r--r-- | drivers/clk/mxs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/mxs/Makefile b/drivers/clk/mxs/Makefile index d9472a809bb..7086ad3c56d 100644 --- a/drivers/clk/mxs/Makefile +++ b/drivers/clk/mxs/Makefile @@ -3,3 +3,5 @@ # obj-y += clk.o clk-pll.o clk-ref.o clk-div.o clk-frac.o + +obj-$(CONFIG_SOC_IMX23) += clk-imx23.o |