diff mbox series

[U-Boot,2/3] Clean fit-dtb.blob* to also catch compressed blobs.

Message ID 20190502004217.20863-3-vagrant@reproducible-builds.org
State Superseded
Delegated to: Tom Rini
Headers show
Series Tidy up support for compressed fit-dtb.blob. | expand

Commit Message

Vagrant Cascadian May 2, 2019, 12:42 a.m. UTC
Signed-off-by: Vagrant Cascadian <vagrant@reproducible-builds.org>
---

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index d6a6ef19ab..68f2327bea 100644
--- a/Makefile
+++ b/Makefile
@@ -1779,7 +1779,7 @@  CLEAN_DIRS  += $(MODVERDIR) \
 			$(filter-out include, $(shell ls -1 $d 2>/dev/null))))
 
 CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h \
-	       boot* u-boot* MLO* SPL System.map fit-dtb.blob
+	       boot* u-boot* MLO* SPL System.map fit-dtb.blob*
 
 # Directories & files removed with 'make mrproper'
 MRPROPER_DIRS  += include/config include/generated spl tpl \