da278d58a0
This code is not related to hardware emulation. Move it under accel/ with the other hypervisors. Reviewed-by: Paul Durrant <paul@xen.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200508100222.7112-1-philmd@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
196 B
Makefile
7 lines
196 B
Makefile
common-obj-$(CONFIG_SOFTMMU) += accel.o
|
|
obj-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_POSIX)) += qtest.o
|
|
obj-$(CONFIG_KVM) += kvm/
|
|
obj-$(CONFIG_TCG) += tcg/
|
|
obj-$(CONFIG_XEN) += xen/
|
|
obj-y += stubs/
|