summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-20 17:50:57 +0900
committerTom Rini <trini@ti.com>2014-02-21 11:33:18 -0500
commit73c8b52b392821af150f814aef6e8a88f9f24c42 (patch)
treeb3cf6b0cb946bd19676a244be8208478d2ecb0d1 /Makefile
parent5d0f01570c516be7b3abe4ea5137b87c83c3ae1a (diff)
downloadblackbird-obmc-uboot-73c8b52b392821af150f814aef6e8a88f9f24c42.tar.gz
blackbird-obmc-uboot-73c8b52b392821af150f814aef6e8a88f9f24c42.zip
kbuild: a minor optimization of "make clobber"
The pattern rule "MLO*" can delete both MLO and MLO.byteswap. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a530b3e80..56d3d750a8 100644
--- a/Makefile
+++ b/Makefile
@@ -1178,7 +1178,7 @@ CLEAN_FILES += u-boot.lds include/bmp_logo.h include/bmp_logo_data.h \
CLOBBER_DIRS += $(patsubst %,spl/%, $(filter-out Makefile, \
$(shell ls -1 spl 2>/dev/null))) \
tpl
-CLOBBER_FILES += u-boot* MLO MLO* SPL System.map nand_spl/u-boot*
+CLOBBER_FILES += u-boot* MLO* SPL System.map nand_spl/u-boot*
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include/generated
OpenPOWER on IntegriCloud