From ab70714e5a4975b7ff215aed85c5b4ce124c275c Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Wed, 31 Oct 2018 14:44:19 +0800 Subject: [PATCH] Makefile: clean img file Some img file is generate by local script, like uboot.img, trust,img, remove them in clean command. Change-Id: Ie724772dc10652c96b12cc2312ccbfce4231a9bb Signed-off-by: Kever Yang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f81ac1f9f9..b3f61a2eac 100644 --- a/Makefile +++ b/Makefile @@ -1488,7 +1488,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 *.bin + boot* u-boot* MLO* SPL System.map fit-dtb.blob *.bin *.img # Directories & files removed with 'make mrproper' MRPROPER_DIRS += include/config include/generated spl tpl \