|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH V12 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 62b102a..e8ffc7c 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
obj-$(CONFIG_KVM) += ivshmem.o
--
1.7.2.3
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH V12 00/17] Xen device model support, anthony . perard
- [Xen-devel] [PATCH V12 02/17] xen: Make Xen build once.,
anthony . perard <=
- [Xen-devel] [PATCH V12 04/17] xen: Add initialisation of Xen, anthony . perard
- [Xen-devel] [PATCH V12 05/17] xen: Add xenfv machine, anthony . perard
- [Xen-devel] [PATCH V12 03/17] xen: Support new libxc calls from xen unstable., anthony . perard
- [Xen-devel] [PATCH V12 01/17] xen: Replace some tab-indents with spaces (clean-up)., anthony . perard
- [Xen-devel] [PATCH V12 07/17] piix_pci: Introduces Xen specific call for irq., anthony . perard
- [Xen-devel] [PATCH V12 08/17] xen: Introduce Xen Interrupt Controller, anthony . perard
- [Xen-devel] [PATCH V12 06/17] xen: Add the Xen platform pci device, anthony . perard
- [Xen-devel] [PATCH V12 09/17] xen: Introduce the Xen mapcache, anthony . perard
- [Xen-devel] [PATCH V12 10/17] xen: Adds a cap to the number of map cache entries., anthony . perard
- [Xen-devel] [PATCH V12 11/17] configure: Always use 64bits target physical addresses with xen enabled., anthony . perard
|
|
|
|
|