diff options
author | Marek Vasut | 2018-01-08 14:01:40 +0100 |
---|---|---|
committer | Marek Vasut | 2018-01-24 23:27:21 +0100 |
commit | f77b5a4cd1365bdb7bb6e108db374bb1c68b6f9f (patch) | |
tree | 220f1f6b93e2da2f5adc55f28c9dccf5a4887484 /drivers/clk/renesas/Makefile | |
parent | 8591ac8b160cdc89a17c40faea43e6e1cb04aa86 (diff) |
clk: renesas: Split RCar Gen3 driver
Split the massive driver into smaller per-SoC drivers and pull the
common code into a separate file. This would allow configuring out
unnecessary clock drivers once the Kconfig changes are in and also
allow adding more clock tables easily.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'drivers/clk/renesas/Makefile')
-rw-r--r-- | drivers/clk/renesas/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/clk/renesas/Makefile b/drivers/clk/renesas/Makefile index bd635052bef..969241a4c7b 100644 --- a/drivers/clk/renesas/Makefile +++ b/drivers/clk/renesas/Makefile @@ -1 +1,5 @@ -obj-$(CONFIG_CLK_RCAR_GEN3) += clk-rcar-gen3.o +obj-$(CONFIG_CLK_RCAR_GEN3) += clk-rcar-gen3.o \ + r8a7795-cpg-mssr.o \ + r8a7796-cpg-mssr.o \ + r8a77970-cpg-mssr.o \ + r8a77995-cpg-mssr.o |