... 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 +SUBDIRS-$(CONFIG_X86_64) += cpu-policy .PHONY: all clean distclean install uninstall all clean distclean install uninstall: %: subdirs-%
