summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2025-01-16 15:06:17 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2025-01-17 20:31:50 +0100
commit80c8dbe5147fecf0a13355c4480123bfb94d1da4 (patch)
tree10bbe2ab2332e4e383292b13fa18ad7be6b9a921
parent590c1813a413677ea9a1831ba6e9ff72da99e55c (diff)
Makefile: let clean remove capsule_in.capsule*.efi-capsule
Update the CLEAN_FILES list to remove capsule*.*.efi-capsule. Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0500eb6e0a7..70d74e2e9a2 100644
--- a/Makefile
+++ b/Makefile
@@ -2218,7 +2218,7 @@ CLEAN_FILES += include/autoconf.mk* include/bmp_logo.h include/bmp_logo_data.h \
itb.fit.fit itb.fit.itb itb.map spl.map mkimage-out.rom.mkimage \
mkimage.rom.mkimage mkimage-in-simple-bin* rom.map simple-bin* \
idbloader-spi.img lib/efi_loader/helloworld_efi.S *.itb \
- Test* capsule.*.efi-capsule capsule*.map
+ Test* capsule*.*.efi-capsule capsule*.map
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include/generated spl tpl vpl \