From ce6bc29458e9e0a95da8aa192fc117125132dc2a Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Tue, 29 Mar 2011 18:39:00 +0100 Subject: [PATCH] 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 --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.target b/Makefile.target index 21f864afd..6873f76c9 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 = -- 2.39.2