From 93d43e7e11ad43f7aa1e648319385ecf289b1884 Mon Sep 17 00:00:00 2001 From: Anthony Xu Date: Wed, 5 Apr 2017 16:21:30 -0700 Subject: move xen-hvm.c to hw/i386/xen/ move xen-hvm.c to hw/i386/xen/ Signed-off -by: Anthony Xu Reviewed-by: Stefano Stabellini --- hw/i386/xen/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/i386/xen/Makefile.objs') 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 -- cgit v1.2.3