On 05.08.2026 10:21, Juergen Gross wrote: > --- a/arch/x86/xen/Makefile > +++ b/arch/x86/xen/Makefile > @@ -37,8 +37,8 @@ obj-$(CONFIG_XEN_PVH) += enlighten_pvh.o > obj-$(CONFIG_EVENT_TRACING) += trace.o > > obj-$(CONFIG_SMP) += smp.o > +obj-$(CONFIG_SMP) += smp_hvm.o > obj-$(CONFIG_XEN_PV_SMP) += smp_pv.o > -obj-$(CONFIG_XEN_PVHVM_SMP) += smp_hvm.o
Similar issue here - in a PV-only config smp_hvm.o doesn't want / shouldn't need building. Jan
