mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
f77b5a4cd1
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>
5 lines
137 B
Makefile
5 lines
137 B
Makefile
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
|