On 16.06.2025 15:02, Jan Beulich wrote: > --- a/xen/arch/x86/Makefile > +++ b/xen/arch/x86/Makefile > @@ -58,6 +58,7 @@ obj-y += pci.o > obj-y += physdev.o > obj-$(CONFIG_COMPAT) += x86_64/physdev.o > obj-$(CONFIG_X86_PSR) += psr.o > +obj-bin-$(CONFIG_DEBUG) += scrub_page.o
Spotted yet one more oversight: Wants to be scrub-page.o (obviously along with the source file's name also changed). Jan