mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-11 01:58:19 +00:00
Keep them close to the other accelerator-dependent stubs, so as to remove stubs that are not needed by tools. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
277 B
Makefile
7 lines
277 B
Makefile
obj-$(call lnot,$(CONFIG_HAX)) += hax-stub.o
|
|
obj-$(call lnot,$(CONFIG_HVF)) += hvf-stub.o
|
|
obj-$(call lnot,$(CONFIG_WHPX)) += whpx-stub.o
|
|
obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
|
|
obj-$(call lnot,$(CONFIG_TCG)) += tcg-stub.o
|
|
obj-$(call lnot,$(CONFIG_XEN)) += xen-stub.o
|