diff options
| author | Anthony Xu | 2017-04-06 01:21:29 +0200 |
|---|---|---|
| committer | Stefano Stabellini | 2017-04-25 20:04:34 +0200 |
| commit | 56e2cd24527867ac65aa86fc1820e5b700ccfa03 (patch) | |
| tree | 10c14e23ff8b86fe739e0375177b061267bd986e /Makefile.target | |
| parent | add xen-9p-backend to MAINTAINERS under Xen (diff) | |
| download | qemu-56e2cd24527867ac65aa86fc1820e5b700ccfa03.tar.gz qemu-56e2cd24527867ac65aa86fc1820e5b700ccfa03.tar.xz qemu-56e2cd24527867ac65aa86fc1820e5b700ccfa03.zip | |
move xen-common.c to hw/xen/
move xen-common.c to hw/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.target | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index 7df2b8c149..48c027f4b7 100644 --- a/Makefile.target +++ b/Makefile.target @@ -150,9 +150,7 @@ obj-y += migration/ram.o migration/savevm.o LIBS := $(libs_softmmu) $(LIBS) # xen support -obj-$(CONFIG_XEN) += xen-common.o obj-$(CONFIG_XEN_I386) += xen-hvm.o xen-mapcache.o -obj-$(call lnot,$(CONFIG_XEN)) += xen-common-stub.o obj-$(call lnot,$(CONFIG_XEN_I386)) += xen-hvm-stub.o # Hardware support |
