]> git.proxmox.com Git - mirror_qemu.git/commitdiff
roms/efi: clean up edk2 build config
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 14 Mar 2024 11:52:59 +0000 (12:52 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 19 Mar 2024 15:42:10 +0000 (16:42 +0100)
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>

roms/Makefile

index 8e5d8d26a9a0d7dfa2f0fb5e93ee1ad58a4fa297..edc234a0e886a567d917525d6d69cab2e3b98960 100644 (file)
@@ -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