Re: [PATCH] clk: sunxi: Use the right symbol in the Makefile

2023-11-01 Thread Andre Przywara
On Mon, 30 Oct 2023 23:49:22 -0500 Samuel Holland wrote: > CONFIG_ARCH_SUNXI will not be enabled for RISC-V SoCs using this driver. > Use the symbol for the driver itself instead. That works, no changes at all in all sunxi binaries after this patch. > Signed-off-by: Samuel Holland

[PATCH] clk: sunxi: Use the right symbol in the Makefile

2023-10-30 Thread Samuel Holland
CONFIG_ARCH_SUNXI will not be enabled for RISC-V SoCs using this driver. Use the symbol for the driver itself instead. Signed-off-by: Samuel Holland --- drivers/clk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index