summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2012-08-28 15:15:52 +0000
committerStefano Babic <[email protected]>2012-09-04 11:57:56 +0200
commit8aa09026588abb7222bc09c944db36312c263aad (patch)
treea6c0cccb8d52b03752bd87fb0b241a8275308ffe
parentc16ecb09088f303cb36fd3c55108857cdf934b98 (diff)
MX28: Cleanup mxsboot within make mrproper
Delete the "mxsboot" binary if make mrproper is called. Signed-off-by: Marek Vasut <[email protected]> Cc: Wolfgang Denk <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Fabio Estevam <[email protected]> CC: Albert Aribaud <[email protected]> Acked-by: Stefano Babic <[email protected]>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d6d8ab2b2bb..e5f8d059a5d 100644
--- a/Makefile
+++ b/Makefile
@@ -776,6 +776,7 @@ clean:
$(obj)tools/gen_eth_addr $(obj)tools/img2srec \
$(obj)tools/mk{env,}image $(obj)tools/mpc86x_clk \
$(obj)tools/mk{smdk5250,}spl \
+ $(obj)tools/mxsboot \
$(obj)tools/ncb $(obj)tools/ubsha1
@rm -f $(obj)board/cray/L1/{bootscript.c,bootscript.image} \
$(obj)board/matrix_vision/*/bootscript.img \