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 <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang 2018-10-31 14:44:19 +08:00
parent c93db2f356
commit ab70714e5a
1 changed files with 1 additions and 1 deletions

View File

@ -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 \