diff options
author | Wei Liu <wei.liu2@citrix.com> | 2014-05-07 13:43:39 +0000 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2014-05-07 16:14:56 +0000 |
commit | ad3f7e31bfc148135d93c176d1c9197933fa8344 (patch) | |
tree | 2f802d044e140d3f9739e80225ffd1457969f86d /hw/i386/xen/Makefile.objs | |
parent | d5fdb85e3d2c319603f87f3205689ed5659f621d (diff) |
xen: move Xen HVM files under hw/i386/xen
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'hw/i386/xen/Makefile.objs')
-rw-r--r-- | hw/i386/xen/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/xen/Makefile.objs b/hw/i386/xen/Makefile.objs new file mode 100644 index 0000000000..801a68d326 --- /dev/null +++ b/hw/i386/xen/Makefile.objs @@ -0,0 +1 @@ +obj-y += xen_platform.o xen_apic.o xen_pvdevice.o |