u-boot/drivers/clk/renesas/Makefile
Marek Vasut f77b5a4cd1 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>
2018-01-24 23:27:21 +01:00

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