aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/Makefile
diff options
context:
space:
mode:
authorKelvin Cheung <keguang.zhang@gmail.com>2012-08-20 18:05:35 +0800
committerMike Turquette <mturquette@linaro.org>2012-08-31 11:05:18 -0700
commit5175cb5894d606f1756c07a685e6dcabd2d8745a (patch)
tree2f0ffc6675b5c7c7324b6bf1980cd8c98bfb7768 /drivers/clk/Makefile
parente5ad7ac73cdd43c48998f1f43261c6209aebe00b (diff)
clk: add Loongson1B clock support
This adds clock support to Loongson1B SoC using the common clock infrastructure. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r--drivers/clk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
index fa5e1d210b8..649265152bc 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_ARCH_PRIMA2) += clk-prima2.o
ifeq ($(CONFIG_COMMON_CLK), y)
obj-$(CONFIG_ARCH_MMP) += mmp/
endif
+obj-$(CONFIG_MACH_LOONGSON1) += clk-ls1x.o
# Chip specific
obj-$(CONFIG_COMMON_CLK_WM831X) += clk-wm831x.o