mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 19:18:23 +00:00
accel/hax: move hax-stub.c to accel/stubs/
Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20170913221149.30382-1-f4bug@amsat.org> Reviewed-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
committed by
Paolo Bonzini
parent
128b52e8d1
commit
4c44a007b5
@@ -101,7 +101,6 @@ obj-y += fpu/softfloat.o
|
|||||||
obj-y += target/$(TARGET_BASE_ARCH)/
|
obj-y += target/$(TARGET_BASE_ARCH)/
|
||||||
obj-y += disas.o
|
obj-y += disas.o
|
||||||
obj-$(call notempty,$(TARGET_XML_FILES)) += gdbstub-xml.o
|
obj-$(call notempty,$(TARGET_XML_FILES)) += gdbstub-xml.o
|
||||||
obj-$(call lnot,$(CONFIG_HAX)) += hax-stub.o
|
|
||||||
|
|
||||||
obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/decContext.o
|
obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/decContext.o
|
||||||
obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/decNumber.o
|
obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/decNumber.o
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
|
obj-$(call lnot,$(CONFIG_HAX)) += hax-stub.o
|
||||||
obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
|
obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
|
||||||
obj-$(call lnot,$(CONFIG_TCG)) += tcg-stub.o
|
obj-$(call lnot,$(CONFIG_TCG)) += tcg-stub.o
|
||||||
|
|||||||
Reference in New Issue
Block a user