diff options
author | Wei Liu <wei.liu2@citrix.com> | 2012-04-12 10:02:47 +0000 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2012-04-13 17:34:21 +0000 |
commit | 9468e9c41a89b1c9f3a905b8959e1dd3f055c732 (patch) | |
tree | 286143660626abe4dc85165933db7ab0f766523f /Makefile.target | |
parent | f1dbf015dfb0aa7f66f710a1f1bc58b662951de2 (diff) |
Xen: Add xen-apic support and hook it up.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index e88b896e38..f9ce361d1f 100644 --- a/Makefile.target +++ b/Makefile.target @@ -237,7 +237,7 @@ QEMU_CFLAGS += $(VNC_PNG_CFLAGS) obj-$(CONFIG_XEN) += xen-all.o xen_machine_pv.o xen_domainbuild.o xen-mapcache.o obj-$(CONFIG_NO_XEN) += xen-stub.o -obj-i386-$(CONFIG_XEN) += xen_platform.o +obj-i386-$(CONFIG_XEN) += xen_platform.o xen_apic.o # Inter-VM PCI shared memory CONFIG_IVSHMEM = |