aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2024-03-14 12:52:59 +0100
committerGerd Hoffmann <kraxel@redhat.com>2024-03-19 16:42:10 +0100
commita406930968fde64c56336ad8c8ff03f25e77ee42 (patch)
treead199e3eb5b11696f305c48384549b92153ac273
parentba49d760eb04630e7b15f423ebecf6c871b8f77b (diff)
downloadqemu-a406930968fde64c56336ad8c8ff03f25e77ee42.zip
qemu-a406930968fde64c56336ad8c8ff03f25e77ee42.tar.gz
qemu-a406930968fde64c56336ad8c8ff03f25e77ee42.tar.bz2
roms/efi: clean up edk2 build config
Needed to avoid stale toolchain configurations breaking firmware builds. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-ID: <20240314115307.628118-2-kraxel@redhat.com>
-rw-r--r--roms/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/roms/Makefile b/roms/Makefile
index 8e5d8d2..edc234a 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -187,6 +187,7 @@ clean:
rm -rf seabios/.config seabios/out seabios/builds
$(MAKE) -C ipxe/src veryclean
$(MAKE) -C edk2/BaseTools clean
+ rm -rf edk2/Conf/{.cache,BuildEnv.sh,build_rule.txt,target.txt,tools_def.txt}
$(MAKE) -C SLOF clean
rm -rf u-boot/build-e500
$(MAKE) -C u-boot-sam460ex distclean