Do not try to build extboot when INSTALL_BLOBS is not set.
Signed-off-by: Jes Sorensen <jes@sgi.com>
---
Makefile | 2 ++
configure | 1 +
2 files changed, 3 insertions(+)
===================================================================
@@ -419,6 +419,7 @@
.PHONY: kvm/extboot
+ifdef INSTALL_BLOBS
all: kvm/extboot
kvm/extboot:
@@ -427,3 +428,4 @@
|| ! cmp -s pc-bios/extboot.bin $@/extboot.bin; then \
cp $@/extboot.bin pc-bios/extboot.bin; \
fi
+endif
===================================================================
@@ -356,6 +356,7 @@
cpu_emulation="no"
gdbstub="no"
slirp="no"
+ blobs="no"
fi
if [ "$cpu" = "powerpc" ]; then
kvm="yes"