|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH V15 02/18] xen: Make Xen build once.
From: Anthony PERARD <anthony.perard@xxxxxxxxxx>
xen_domainbuild and xen_machine_pv are built only for i386 targets.
Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
---
Makefile.target | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.target b/Makefile.target
index 21f864a..6873f76 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -206,7 +206,7 @@ QEMU_CFLAGS += $(VNC_JPEG_CFLAGS)
QEMU_CFLAGS += $(VNC_PNG_CFLAGS)
# xen backend driver support
-obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o
+obj-i386-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o
# Inter-VM PCI shared memory
CONFIG_IVSHMEM =
--
1.7.2.5
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH V15 00/18] Xen device model support, anthony.perard
- [Xen-devel] [PATCH V15 02/18] xen: Make Xen build once.,
anthony.perard <=
- [Xen-devel] [PATCH V15 04/18] xen: Add initialisation of Xen, anthony.perard
- [Xen-devel] [PATCH V15 05/18] pc_memory_init: Move memory calculation to the caller., anthony.perard
- [Xen-devel] [PATCH V15 03/18] xen: Support new libxc calls from xen unstable., anthony.perard
- [Xen-devel] [PATCH V15 06/18] xen: Add xenfv machine, anthony.perard
- [Xen-devel] [PATCH V15 01/18] xen: Replace some tab-indents with spaces (clean-up)., anthony.perard
- [Xen-devel] [PATCH V15 07/18] pc, Disable vmport initialisation with Xen., anthony.perard
- [Xen-devel] [PATCH V15 09/18] xen: Introduce Xen Interrupt Controller, anthony.perard
- [Xen-devel] [PATCH V15 08/18] piix_pci: Introduces Xen specific call for irq., anthony.perard
- [Xen-devel] [PATCH V15 12/18] Introduce qemu_put_ram_ptr, anthony.perard
- [Xen-devel] [PATCH V15 11/18] xen: Adds a cap to the number of map cache entries., anthony.perard
|
|
|
|
|