diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2012-08-27 09:45:53 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-09-06 18:58:20 -0400 |
commit | ebc96db7632f987e0b9bffcb782cf5cfb8afb0dd (patch) | |
tree | 8b5376de9a6c5689a17f7f14060fa75cb293eaac /drivers/clk/Makefile | |
parent | 0e6dcde7288f1de8e2a5896349342de5d316d3cb (diff) |
ARM: ux500: Switch to use common clock framework
Remove machine specific clock implementation and switch to use
new common clock framework.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index 649265152bca..d561825a87fc 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile | |||
@@ -15,6 +15,7 @@ ifeq ($(CONFIG_COMMON_CLK), y) | |||
15 | obj-$(CONFIG_ARCH_MMP) += mmp/ | 15 | obj-$(CONFIG_ARCH_MMP) += mmp/ |
16 | endif | 16 | endif |
17 | obj-$(CONFIG_MACH_LOONGSON1) += clk-ls1x.o | 17 | obj-$(CONFIG_MACH_LOONGSON1) += clk-ls1x.o |
18 | obj-$(CONFIG_ARCH_U8500) += ux500/ | ||
18 | 19 | ||
19 | # Chip specific | 20 | # Chip specific |
20 | obj-$(CONFIG_COMMON_CLK_WM831X) += clk-wm831x.o | 21 | obj-$(CONFIG_COMMON_CLK_WM831X) += clk-wm831x.o |