diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-28 20:02:39 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-08 20:02:41 +0400 |
commit | 2664681fa4101aef2bceb81bbe26a81a88131393 (patch) | |
tree | 2a7e24a19c50da323956accbde0ca13b613bff30 /drivers/clk | |
parent | e80d76f84660268859ab82e82fd78c1ce8439323 (diff) | |
download | linux-2664681fa4101aef2bceb81bbe26a81a88131393.tar.xz |
ARM: mxs: switch to common clk framework
It switches mxs clock support to common clk framework based drivers.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index 1f736bc11c4b..a576f5447d38 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -2,3 +2,5 @@ obj-$(CONFIG_CLKDEV_LOOKUP) += clkdev.o obj-$(CONFIG_COMMON_CLK) += clk.o clk-fixed-rate.o clk-gate.o \ clk-mux.o clk-divider.o + +obj-$(CONFIG_ARCH_MXS) += mxs/ |