summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorAnthony Xu2017-04-06 01:21:30 +0200
committerStefano Stabellini2017-04-25 20:04:34 +0200
commit93d43e7e11ad43f7aa1e648319385ecf289b1884 (patch)
tree8bdf0cd2540acf55431424ec51e41ccfe09641db /Makefile.target
parentmove xen-common.c to hw/xen/ (diff)
downloadqemu-93d43e7e11ad43f7aa1e648319385ecf289b1884.tar.gz
qemu-93d43e7e11ad43f7aa1e648319385ecf289b1884.tar.xz
qemu-93d43e7e11ad43f7aa1e648319385ecf289b1884.zip
move xen-hvm.c to hw/i386/xen/
move xen-hvm.c to hw/i386/xen/ Signed-off -by: Anthony Xu <anthony.xu@intel.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target
index 48c027f4b7..d5ff0c736d 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -150,8 +150,7 @@ obj-y += migration/ram.o migration/savevm.o
LIBS := $(libs_softmmu) $(LIBS)
# xen support
-obj-$(CONFIG_XEN_I386) += xen-hvm.o xen-mapcache.o
-obj-$(call lnot,$(CONFIG_XEN_I386)) += xen-hvm-stub.o
+obj-$(CONFIG_XEN_I386) += xen-mapcache.o
# Hardware support
ifeq ($(TARGET_NAME), sparc64)