From f5c730698a33ced107d6de26eb8c1b34486d8c2d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 6 Aug 2020 14:00:50 +0200 Subject: tests/vm: do not pollute configure with --efi-aarch64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just make EFI_AARCH64 a variable in the makefile that defaults to the efi firmware included with QEMU. It can be redefined on the "make" command line. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Paolo Bonzini --- tests/vm/Makefile.include | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index f21948c..a599d19 100644 --- a/tests/vm/Makefile.include +++ b/tests/vm/Makefile.include @@ -2,6 +2,8 @@ .PHONY: vm-build-all vm-clean-all +EFI_AARCH64 = $(wildcard $(BUILD_DIR)/pc-bios/edk2-aarch64-code.fd) + IMAGES := freebsd netbsd openbsd centos fedora ifneq ($(GENISOIMAGE),) IMAGES += ubuntu.i386 centos -- cgit v1.1