summaryrefslogtreecommitdiffstats
path: root/drivers/clk/shmobile/Makefile
diff options
context:
space:
mode:
authorUlrich Hecht <ulrich.hecht@gmail.com>2014-05-23 15:27:15 +0200
committerMike Turquette <mturquette@linaro.org>2014-05-23 13:38:25 -0700
commit1923ca92a618b6107d3a44b5c9f9360b104dcddb (patch)
tree06e117aa8d9e4ea2d15c0d9a539be0d81e020863 /drivers/clk/shmobile/Makefile
parent4a7f10d67b7a015036823856d6669b1f75362ba0 (diff)
downloadop-kernel-dev-1923ca92a618b6107d3a44b5c9f9360b104dcddb.zip
op-kernel-dev-1923ca92a618b6107d3a44b5c9f9360b104dcddb.tar.gz
clk: shmobile: Add R8A7740-specific clock support
Driver for the R8A7740's clocks that are too specific to be supported by a generic driver. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/shmobile/Makefile')
-rw-r--r--drivers/clk/shmobile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/shmobile/Makefile b/drivers/clk/shmobile/Makefile
index bdf342d..e002923 100644
--- a/drivers/clk/shmobile/Makefile
+++ b/drivers/clk/shmobile/Makefile
@@ -1,5 +1,6 @@
obj-$(CONFIG_ARCH_EMEV2) += clk-emev2.o
obj-$(CONFIG_ARCH_R7S72100) += clk-rz.o
+obj-$(CONFIG_ARCH_R8A7740) += clk-r8a7740.o
obj-$(CONFIG_ARCH_R8A7779) += clk-r8a7779.o
obj-$(CONFIG_ARCH_R8A7790) += clk-rcar-gen2.o
obj-$(CONFIG_ARCH_R8A7791) += clk-rcar-gen2.o
OpenPOWER on IntegriCloud