[PATCH RESEND] clk: nuvoton: build with any architecture

Rosen Penev posted 1 patch 3 weeks ago
drivers/clk/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH RESEND] clk: nuvoton: build with any architecture
Posted by Rosen Penev 3 weeks ago
The directory's Kconfig already has COMPILE_TEST. This allows it to
work.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 RESEND: seems the proper people were not CCd
 drivers/clk/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
index 69a09b7d0097..dd94163d8de0 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -148,7 +148,7 @@ endif
 obj-y					+= mstar/
 obj-y					+= mvebu/
 obj-$(CONFIG_ARCH_MXS)			+= mxs/
-obj-$(CONFIG_ARCH_MA35)			+= nuvoton/
+obj-y					+= nuvoton/
 obj-$(CONFIG_COMMON_CLK_NXP)		+= nxp/
 obj-$(CONFIG_COMMON_CLK_PISTACHIO)	+= pistachio/
 obj-$(CONFIG_COMMON_CLK_PXA)		+= pxa/
-- 
2.55.0
Re: [PATCH RESEND] clk: nuvoton: build with any architecture
Posted by Brian Masney 2 weeks ago
On Fri, 04 Sep 2026 14:46:57 -0700, Rosen Penev wrote:
> clk: nuvoton: build with any architecture

Applied, thanks!

[1/1] clk: nuvoton: build with any architecture
      commit: 061aca8aa0be5de74a4b267588bbcfb8beca0ecb

Best regards,
-- 
Brian Masney <bmasney@redhat.com>