From: Jes Sorensen <j...@sgi.com>

[avi: make it build on x86]

Signed-off-by: Jes Sorensen <j...@sgi.com>
Signed-off-by: Avi Kivity <a...@redhat.com>

diff --git a/Makefile b/Makefile
index 8e4906f..72653c3 100644
--- a/Makefile
+++ b/Makefile
@@ -419,7 +419,12 @@ tarbin:
 
 .PHONY: kvm/extboot
 
-all: kvm/extboot
+build-targets-i386 = $(build-targets-x86)
+build-targets-x86_64 = $(build-targets-x86)
+build-targets-x86  = kvm/extboot
+build-targets-ia64 =
+
+all: $(build-targets-$(ARCH))
 
 kvm/extboot:
        $(MAKE) -C $@
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to