Re: [PATCH v10 6/6] clk: scmi: Add i.MX95 OEM extension support for SCMI clock driver
Stephen Boyd <[email protected]>
| Newsgroups | dev.linux.lists.sashiko-reviews,org.kernel.vger.linux-clk,org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <178698381923.5030.9178300925075210422@lazor> |
Quoting Peng Fan (2026-08-17 04:02:32) > Hi Stephen, > > On Fri, Aug 14, 2026 at 09:17:48AM -0700, Stephen Boyd wrote: > >+Brian and Peng > > > >It doesn't link for allmodconfig build > > My bad. > > I just posted v11 to address the allmodconfig build issue, very minor changes: > -obj-$(CONFIG_COMMON_CLK_SCMI) += clk-scmi.o > +scmi-clk-y := clk-scmi.o clk-scmi-oem.o > +obj-$(CONFIG_COMMON_CLK_SCMI) += scmi-clk.o > Ok. Brian already picked this up in a PR that he sent me so I'll squash this in.