Add Kconfig entries for each SoC clock table, so they can be compiled in or out at build time. This can reduce the size of the binary if desired. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>master
parent
ff50b323b3
commit
65f1bbf678
@ -1,5 +1,5 @@ |
||||
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
|
||||
obj-$(CONFIG_CLK_RCAR_GEN3) += clk-rcar-gen3.o
|
||||
obj-$(CONFIG_CLK_R8A7795) += r8a7795-cpg-mssr.o
|
||||
obj-$(CONFIG_CLK_R8A7796) += r8a7796-cpg-mssr.o
|
||||
obj-$(CONFIG_CLK_R8A77970) += r8a77970-cpg-mssr.o
|
||||
obj-$(CONFIG_CLK_R8A77995) += r8a77995-cpg-mssr.o
|
||||
|
Loading…
Reference in new issue