diff mbox

[V12,02/17] xen: Make Xen build once.

Message ID 1301423290-12443-3-git-send-email-anthony.perard@citrix.com
State New
Headers show

Commit Message

Anthony PERARD March 29, 2011, 6:27 p.m. UTC
From: Anthony PERARD <anthony.perard@citrix.com>

xen_domainbuild and xen_machine_pv are built only for i386 targets.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 Makefile.target |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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