Re: [PATCH] clk: sifive: only build sifive-prci.o for CONFIG_CLK_SIFIVE_PRCI

2023-06-25 Thread Leo Liang
On Tue, May 09, 2023 at 02:50:05PM +0100, Ben Dooks wrote: > If we're building non FU540/FU740 SoC drivers, then the sifive-prci.o > is not needed. Only build this when CONFIG_CLK_SIFIVE_PRCI is selected. > > Signed-off-by: Ben Dooks > --- > drivers/clk/sifive/Makefile | 4 +--- > 1 file

[PATCH] clk: sifive: only build sifive-prci.o for CONFIG_CLK_SIFIVE_PRCI

2023-05-09 Thread Ben Dooks
If we're building non FU540/FU740 SoC drivers, then the sifive-prci.o is not needed. Only build this when CONFIG_CLK_SIFIVE_PRCI is selected. Signed-off-by: Ben Dooks --- drivers/clk/sifive/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git