diff options
| author | Marek Vasut <[email protected]> | 2012-08-28 15:15:52 +0000 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2012-09-04 11:57:56 +0200 |
| commit | 8aa09026588abb7222bc09c944db36312c263aad (patch) | |
| tree | a6c0cccb8d52b03752bd87fb0b241a8275308ffe | |
| parent | c16ecb09088f303cb36fd3c55108857cdf934b98 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |
