diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-29 00:02:36 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-09 00:02:38 +0800 |
commit | 7d81397cd93da2850e0aec54c3ba4eb4908a675b (patch) | |
tree | e58be9594ba11d51c6329cef381d2112d7f0d59b /drivers/clk/mxs/Makefile | |
parent | ff261b7f641edc61ca05f0c93b5631c9c8622c08 (diff) |
clk: mxs: add clock support for imx28
Add imx28 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/mxs/Makefile b/drivers/clk/mxs/Makefile index 7086ad3c56d1..7bedeec08524 100644 --- a/drivers/clk/mxs/Makefile +++ b/drivers/clk/mxs/Makefile @@ -5,3 +5,4 @@ obj-y += clk.o clk-pll.o clk-ref.o clk-div.o clk-frac.o obj-$(CONFIG_SOC_IMX23) += clk-imx23.o +obj-$(CONFIG_SOC_IMX28) += clk-imx28.o |