[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/5] roms/efi: clean up edk2 build config
From: |
Gerd Hoffmann |
Subject: |
[PATCH 1/5] roms/efi: clean up edk2 build config |
Date: |
Thu, 14 Mar 2024 12:52:59 +0100 |
Needed to avoid stale toolchain configurations breaking firmware builds.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
roms/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/roms/Makefile b/roms/Makefile
index 8e5d8d26a9a0..edc234a0e886 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
--
2.44.0
- [PATCH 0/5] roms/efi: cleanup fix, config update, ekd2 binary rebuild, Gerd Hoffmann, 2024/03/14
- [PATCH 1/5] roms/efi: clean up edk2 build config,
Gerd Hoffmann <=
- [PATCH 3/5] roms/efi: exclude efi shell from secure boot builds, Gerd Hoffmann, 2024/03/14
- [PATCH 4/5] roms/efi: use pure 64-bit build for edk2-x86_64-secure-code.fd, Gerd Hoffmann, 2024/03/14
- [PATCH 2/5] roms/efi: drop workaround for edk2-stable202308, Gerd Hoffmann, 2024/03/14
- [PATCH 5/5] update edk2 binaries for arm, risc-v and x86 secure boot., Gerd Hoffmann, 2024/03/14