|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH V14 02/17] 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 d5761b7..6ce6987 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 V14 00/17] Xen device model support, anthony.perard
- [Xen-devel] [PATCH V14 02/17] xen: Make Xen build once.,
anthony.perard <=
- [Xen-devel] [PATCH V14 01/17] xen: Replace some tab-indents with spaces (clean-up)., anthony.perard
- [Xen-devel] [PATCH V14 03/17] xen: Support new libxc calls from xen unstable., anthony.perard
- [Xen-devel] [PATCH V14 05/17] pc_memory_init: Move memory calculation to the caller., anthony.perard
- [Xen-devel] [PATCH V14 09/17] xen: Introduce the Xen mapcache, anthony.perard
- [Xen-devel] [PATCH V14 11/17] Introduce qemu_put_ram_ptr, anthony.perard
- [Xen-devel] [PATCH V14 07/17] piix_pci: Introduces Xen specific call for irq., anthony.perard
- [Xen-devel] [PATCH V14 10/17] xen: Adds a cap to the number of map cache entries., anthony.perard
- [Xen-devel] [PATCH V14 08/17] xen: Introduce Xen Interrupt Controller, anthony.perard
- [Xen-devel] [PATCH V14 12/17] configure: Always use 64bits target physical addresses with xen enabled., anthony.perard
- [Xen-devel] [PATCH V14 06/17] xen: Add xenfv machine, anthony.perard
|
|
|
|
|