On Mon, Feb 12, 2024 at 05:39:19PM +0000, Cristian Marussi wrote: > > diff --git a/drivers/firmware/arm_scmi/Makefile b/drivers/firmware/arm_scmi/Makefile > > index a7bc4796519c..eaeb788b93c6 100644 > > --- a/drivers/firmware/arm_scmi/Makefile > > +++ b/drivers/firmware/arm_scmi/Makefile > > @@ -17,6 +17,7 @@ obj-$(CONFIG_ARM_SCMI_PROTOCOL) += scmi-core.o > > obj-$(CONFIG_ARM_SCMI_PROTOCOL) += scmi-module.o > > > > obj-$(CONFIG_ARM_SCMI_POWER_CONTROL) += scmi_power_control.o > > +obj-$(CONFIG_QCOM_SCMI_VENDOR_PROTOCOL) += qcom_scmi_vendor.o > > > > I am starting to think to put vendor protocols in their own dedicated > subdir given that a bunch of those appeared recently :D > Yes I tend to agree with different subdir for each vendor. Not sure if we need new Kconfig entry or just use ARCH_<vendor/group of SoC> to build all subdir used by that vendor. > ....have to discuss with Sudeep...anyway not really an issue... > > any thoughts about this ? In general, I see lot of discussions on this thread when I was away for past 3 weeks. I will wait for newer version as that seems simpler for me than getting lost to follow the discussions so far. -- Regards, Sudeep