On 22/12/2025 4:53 pm, Jan Beulich wrote: > ... on x86, to make sure its bit-rotting can be limited at least a little. > > Signed-off-by: Jan Beulich <[email protected]> > > --- a/tools/fuzz/Makefile > +++ b/tools/fuzz/Makefile > @@ -4,6 +4,7 @@ include $(XEN_ROOT)/tools/Rules.mk > SUBDIRS-y := > SUBDIRS-y += libelf > SUBDIRS-y += x86_instruction_emulator
Blank line here please. Or it's going to get messy with extra additions. Otherwise, Acked-by: Andrew Cooper <[email protected]> > +SUBDIRS-$(CONFIG_X86_64) += cpu-policy > > .PHONY: all clean distclean install uninstall > all clean distclean install uninstall: %: subdirs-% >
