]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Makefile: clean boot.bin
authorBo Shen <voice.shen@atmel.com>
Thu, 15 Jan 2015 02:03:53 +0000 (10:03 +0800)
committerTom Rini <trini@ti.com>
Wed, 28 Jan 2015 21:58:02 +0000 (16:58 -0500)
When build for Atmel related boards which support SPL,
it will generate boot.bin, also clean when it when do
"make clean" operation.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Makefile

index 36a9a283b051527df532d16c5f4dd69c9be3556c..ea5ae8fac72f3b0c8f1c7807b4fc4dfaeca15ea1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1278,7 +1278,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 \
-              u-boot* MLO* SPL System.map
+              boot* u-boot* MLO* SPL System.map
 
 # Directories & files removed with 'make mrproper'
 MRPROPER_DIRS  += include/config include/generated spl tpl \