From: Gerd Hoffmann Date: Thu, 14 Mar 2024 11:52:59 +0000 (+0100) Subject: roms/efi: clean up edk2 build config X-Git-Tag: qemu-xen-4.20.0~228^2~4 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a406930968fde64c56336ad8c8ff03f25e77ee42;p=qemu-xen.git roms/efi: clean up edk2 build config Needed to avoid stale toolchain configurations breaking firmware builds. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Gerd Hoffmann Message-ID: <20240314115307.628118-2-kraxel@redhat.com> --- diff --git a/roms/Makefile b/roms/Makefile index 8e5d8d26a9..edc234a0e8 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