From: Anthony PERARD Date: Tue, 29 Mar 2011 17:39:00 +0000 (+0100) Subject: xen: Make Xen build once. X-Git-Tag: v0.15.0-rc0~289^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce6bc29458e9e0a95da8aa192fc117125132dc2a;p=thirdparty%2Fqemu.git xen: Make Xen build once. xen_domainbuild and xen_machine_pv are built only for i386 targets. Signed-off-by: Anthony PERARD Signed-off-by: Alexander Graf --- diff --git a/Makefile.target b/Makefile.target index 21f864afd2e..6873f76c963 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 =