diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-10 12:14:21 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-12 11:20:15 -0400 |
commit | 234b74966390894046dfef6157ecc49c39fdce20 (patch) | |
tree | 748588f5ab46334052814d35e24edcb320f66a70 /accel/stubs/Makefile.objs | |
parent | ed5d7ff34a8cfafd8efe2aab4eeaf9bf789870e3 (diff) |
stubs: move Xen stubs to accel/
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>
Diffstat (limited to 'accel/stubs/Makefile.objs')
-rw-r--r-- | accel/stubs/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel/stubs/Makefile.objs b/accel/stubs/Makefile.objs index 3894caf95d..bbd14e71fb 100644 --- a/accel/stubs/Makefile.objs +++ b/accel/stubs/Makefile.objs @@ -3,3 +3,4 @@ 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 |