From: Jes Sorensen <[email protected]> [avi: make it build on x86]
Signed-off-by: Jes Sorensen <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/Makefile b/Makefile index 9ce52aa..92eb447 100644 --- a/Makefile +++ b/Makefile @@ -370,7 +370,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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
