aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'tools/firmware')
-rw-r--r--tools/firmware/ovmf-makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware/ovmf-makefile b/tools/firmware/ovmf-makefile
index c3cd4663c8..073ed448ef 100644
--- a/tools/firmware/ovmf-makefile
+++ b/tools/firmware/ovmf-makefile
@@ -10,7 +10,7 @@ all: ovmf.bin
.PHONY: ovmf.bin
ovmf.bin:
OvmfPkg/build.sh -a X64
- cp Build/OvmfX64/DEBUG_GCC44/FV/OVMF.fd ovmf.bin
+ cp Build/OvmfX64/DEBUG_GCC*/FV/OVMF.fd ovmf.bin
.PHONY: clean
clean: