diff options
author | Bo Shen <voice.shen@atmel.com> | 2015-01-15 10:03:53 +0800 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-28 16:58:02 -0500 |
commit | 2a50712eca8f04397e049ed7e09e11842b4c1348 (patch) | |
tree | 0d57c5cc98d1b706656c7d8e47671b5e1a255157 /Makefile | |
parent | e860d012c407d6e8baa9cbf7789c201f675e5bee (diff) |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |