Linux clock framework development
 help / color / mirror / Atom feed
* [PATCH RESEND] clk: nuvoton: build with any architecture
@ 2026-09-04 21:46 Rosen Penev
  2026-09-11 23:55 ` Brian Masney
  0 siblings, 1 reply; 2+ messages in thread
From: Rosen Penev @ 2026-09-04 21:46 UTC (permalink / raw)
  To: linux-clk; +Cc: Stephen Boyd, Brian Masney, Jerome Brunet, open list

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-11 23:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-04 21:46 [PATCH RESEND] clk: nuvoton: build with any architecture Rosen Penev
2026-09-11 23:55 ` Brian Masney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox