aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/xen/Makefile.objs
diff options
context:
space:
mode:
authorAnthony Xu <anthony.xu@intel.com>2017-04-05 16:21:30 -0700
committerStefano Stabellini <sstabellini@kernel.org>2017-04-25 11:04:34 -0700
commit93d43e7e11ad43f7aa1e648319385ecf289b1884 (patch)
tree8bdf0cd2540acf55431424ec51e41ccfe09641db /hw/i386/xen/Makefile.objs
parent56e2cd24527867ac65aa86fc1820e5b700ccfa03 (diff)
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 'hw/i386/xen/Makefile.objs')
-rw-r--r--hw/i386/xen/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/xen/Makefile.objs b/hw/i386/xen/Makefile.objs
index 801a68d326..daf4f53fb0 100644
--- a/hw/i386/xen/Makefile.objs
+++ b/hw/i386/xen/Makefile.objs
@@ -1 +1 @@
-obj-y += xen_platform.o xen_apic.o xen_pvdevice.o
+obj-y += xen_platform.o xen_apic.o xen_pvdevice.o xen-hvm.o