summaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung/Makefile
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2014-02-25 01:50:44 +0100
committerKukjin Kim <kgene.kim@samsung.com>2014-04-14 19:11:36 +0200
commitca2e90ac1809c49c2306df4e23e17dad67c785b6 (patch)
tree1197b935bec192a2ed2f5da90faddd9941bcc444 /drivers/clk/samsung/Makefile
parentdt-bindings: add documentation for s3c2412 clock controller (diff)
downloadlinux-ca2e90ac1809c49c2306df4e23e17dad67c785b6.tar.xz
linux-ca2e90ac1809c49c2306df4e23e17dad67c785b6.zip
clk: samsung: add clock controller driver for s3c2412
This driver can handle the clock controller in the s3c2412 soc. The clock structure is built according to the manuals of the included SoCs and might include changes in comparison to the previous clock structure. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/clk/samsung/Makefile')
-rw-r--r--drivers/clk/samsung/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/samsung/Makefile b/drivers/clk/samsung/Makefile
index 4c892c63a8dd..77313e27bc39 100644
--- a/drivers/clk/samsung/Makefile
+++ b/drivers/clk/samsung/Makefile
@@ -8,5 +8,6 @@ obj-$(CONFIG_SOC_EXYNOS5250) += clk-exynos5250.o
obj-$(CONFIG_SOC_EXYNOS5420) += clk-exynos5420.o
obj-$(CONFIG_SOC_EXYNOS5440) += clk-exynos5440.o
obj-$(CONFIG_ARCH_EXYNOS) += clk-exynos-audss.o
+obj-$(CONFIG_S3C2412_COMMON_CLK)+= clk-s3c2412.o
obj-$(CONFIG_S3C2443_COMMON_CLK)+= clk-s3c2443.o
obj-$(CONFIG_ARCH_S3C64XX) += clk-s3c64xx.o