summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2015-01-15 10:03:53 +0800
committerTom Rini <trini@ti.com>2015-01-28 16:58:02 -0500
commit2a50712eca8f04397e049ed7e09e11842b4c1348 (patch)
tree0d57c5cc98d1b706656c7d8e47671b5e1a255157
parente860d012c407d6e8baa9cbf7789c201f675e5bee (diff)
downloadblackbird-obmc-uboot-2a50712eca8f04397e049ed7e09e11842b4c1348.tar.gz
blackbird-obmc-uboot-2a50712eca8f04397e049ed7e09e11842b4c1348.zip
Makefile: clean boot.bin
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>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36a9a283b0..ea5ae8fac7 100644
--- 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 \
OpenPOWER on IntegriCloud