Message ID | 4A02AB7D.5000509@sgi.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Jes Sorensen wrote: > There's no problem that cannot be fixed by applying an appropriately > large hammer .... :-) > > This one works for me. applied, thanks.
Do not try to build extboot on non-x86. Signed-off-by: Jes Sorensen <jes@sgi.com> --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Index: qemu-kvm/Makefile =================================================================== --- qemu-kvm.orig/Makefile +++ qemu-kvm/Makefile @@ -419,7 +419,10 @@ .PHONY: kvm/extboot -all: kvm/extboot +build-targets-x86 = kvm/extboot +build-targets-ia64 = + +all: $(build-targets-$(ARCH)) kvm/extboot: $(MAKE) -C $@