* [PATCH] clk: nuvoton: build with any architecture
@ 2026-03-17 0:31 Rosen Penev
0 siblings, 0 replies; only message in thread
From: Rosen Penev @ 2026-03-17 0:31 UTC (permalink / raw)
To: linux-clk; +Cc: Michael Turquette, Stephen Boyd, open list
The directory's Kconfig already has COMPILE_TEST. This allows it to
work.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
drivers/clk/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
index f52cf3ac64fc..31eaf19dfdda 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -134,7 +134,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.53.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-17 0:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17 0:31 [PATCH] clk: nuvoton: build with any architecture Rosen Penev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox