aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSughosh Ganu2024-03-27 16:19:02 +0530
committerHeinrich Schuchardt2024-04-08 13:00:18 +0200
commit4bae3c4dc02cc133c2ec7fae1ecb1f9a4d9c4865 (patch)
tree8a7a6299d4201774ce3ef41807e86f096d73e02c /Makefile
parentcdf1e45e0943e79b3d975ac9ccfe79233d3f954f (diff)
capsule: Makefile: add the generated files to CLEAN_FILES list
A certain set of capsule files are now generated as part of the sandbox build. Add these files to the CLEAN_FILES list for deletion on invoking any of the cleanup targets. Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canoncal.com> Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d2859590e8..ba660976547 100644
--- a/Makefile
+++ b/Makefile
@@ -2199,7 +2199,8 @@ CLEAN_FILES += include/autoconf.mk* include/bmp_logo.h include/bmp_logo_data.h \
mkimage-out.spl.mkimage mkimage.spl.mkimage imx-boot.map \
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
+ idbloader-spi.img lib/efi_loader/helloworld_efi.S *.itb \
+ Test* capsule.*.efi-capsule capsule*.map
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include/generated spl tpl vpl \