From 3ee8d913283f724dbf9401088decee806246b6db Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 2 May 2019 11:14:11 -0700 Subject: [PATCH] Remove fit-dtb.blob* in clean target. Support for compressed fit-dtb.blob was added in: commit 95f4bbd581cf ("lib: fdt: Allow LZO and GZIP DT compression in U-Boot") Adjust Makefile to also clean compressed blobs. Signed-off-by: Vagrant Cascadian --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa47b068ac..d1224764ab 100644 --- a/Makefile +++ b/Makefile @@ -1791,7 +1791,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 \ -- 2.25.1