summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2018-10-31 14:44:19 +0800
committerKever Yang <kever.yang@rock-chips.com>2018-11-01 08:40:56 +0800
commitab70714e5a4975b7ff215aed85c5b4ce124c275c (patch)
tree683b18855e270408db941a1a843de985821074bd /Makefile
parentc93db2f3565f17c8654f6b0e5e3c5e5d842df96b (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \