Re: [PATCH v10 6/6] clk: scmi: Add i.MX95 OEM extension support for SCMI clock driver
Brian Masney <[email protected]>
| Newsgroups | org.kernel.vger.linux-devicetree,dev.linux.lists.sashiko-reviews,org.kernel.vger.linux-clk |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 17, 2026 at 09:23:39AM -0700, Stephen Boyd wrote: > 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. Thanks. Sorry for not catching this. I only did an aarch64 allmodconfig build before I sent you that pull. I see this happened on x86_64 allmodconfig. Brian