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:
parent
c93db2f356
commit
ab70714e5a
2
Makefile
2
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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue