summaryrefslogtreecommitdiff
path: root/drivers/clk/spear/Makefile
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@st.com>2012-04-10 03:32:35 (GMT)
committerArnd Bergmann <arnd@arndb.de>2012-05-12 19:44:12 (GMT)
commit5df33a62c4a028d6fc7f2dcc159827d09b7334b8 (patch)
treef4da61ce3bf14e9bf4a1dae3188109a6de34f708 /drivers/clk/spear/Makefile
parentf8abc080d33e69dfa2c3dd0f84c31832e2679091 (diff)
downloadlinux-fsl-qoriq-5df33a62c4a028d6fc7f2dcc159827d09b7334b8.tar.xz
SPEAr: Switch to common clock framework
SPEAr SoCs used its own clock framework since now. From now on they will move to use common clock framework. This patch updates existing SPEAr machine support to adapt for common clock framework. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Reviewed-by: Mike Turquette <mturquette@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/clk/spear/Makefile')
-rw-r--r--drivers/clk/spear/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/spear/Makefile b/drivers/clk/spear/Makefile
index 9e64824..3358860 100644
--- a/drivers/clk/spear/Makefile
+++ b/drivers/clk/spear/Makefile
@@ -3,3 +3,6 @@
#
obj-y += clk.o clk-aux-synth.o clk-frac-synth.o clk-gpt-synth.o clk-vco-pll.o
+
+obj-$(CONFIG_ARCH_SPEAR3XX) += spear3xx_clock.o
+obj-$(CONFIG_ARCH_SPEAR6XX) += spear6xx_clock.o