summaryrefslogtreecommitdiff
path: root/drivers/clk/samsung/Makefile
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2014-02-25 00:50:44 (GMT)
committerKukjin Kim <kgene.kim@samsung.com>2014-04-14 17:11:36 (GMT)
commitca2e90ac1809c49c2306df4e23e17dad67c785b6 (patch)
tree1197b935bec192a2ed2f5da90faddd9941bcc444 /drivers/clk/samsung/Makefile
parent7d03fed8e56ba5ffdae67c64d181a010a2a56d9b (diff)
downloadlinux-ca2e90ac1809c49c2306df4e23e17dad67c785b6.tar.xz
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 4c892c6..77313e2 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