summaryrefslogtreecommitdiffstats
path: root/accel/stubs/Makefile.objs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2017-09-14 00:11:49 +0200
committerPaolo Bonzini2017-09-19 16:20:49 +0200
commit4c44a007b58a88641d6f831ec3542060d6d8c122 (patch)
tree9b7cff92bd5a58b3944a54c8d6e1fb66cdbee8e7 /accel/stubs/Makefile.objs
parenttarget/i386: fix "info mem" for LA57 mode (diff)
downloadqemu-4c44a007b58a88641d6f831ec3542060d6d8c122.tar.gz
qemu-4c44a007b58a88641d6f831ec3542060d6d8c122.tar.xz
qemu-4c44a007b58a88641d6f831ec3542060d6d8c122.zip
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>
Diffstat (limited to 'accel/stubs/Makefile.objs')
-rw-r--r--accel/stubs/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel/stubs/Makefile.objs b/accel/stubs/Makefile.objs
index fdfbf7332c..c071abaf4e 100644
--- a/accel/stubs/Makefile.objs
+++ b/accel/stubs/Makefile.objs
@@ -1,2 +1,3 @@
+obj-$(call lnot,$(CONFIG_HAX)) += hax-stub.o
obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
obj-$(call lnot,$(CONFIG_TCG)) += tcg-stub.o