diff mbox

[U-Boot,1/2] MX28: Cleanup mxsboot within make mrproper

Message ID 1346202953-19486-1-git-send-email-marex@denx.de
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Marek Vasut Aug. 29, 2012, 1:15 a.m. UTC
Delete the "mxsboot" binary if make mrproper is called.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
CC: Albert Aribaud <albert.u.boot@aribaud.net>
---
 Makefile |    1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Aug. 29, 2012, 7:51 a.m. UTC | #1
On 29/08/2012 03:15, Marek Vasut wrote:
> Delete the "mxsboot" binary if make mrproper is called.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Fabio Estevam <festevam@gmail.com>
> CC: Albert Aribaud <albert.u.boot@aribaud.net>
> ---
>  Makefile |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile b/Makefile
> index ce40ab3..9e9d57c 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -755,6 +755,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		  \
> 

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
Stefano Babic Sept. 4, 2012, 10:02 a.m. UTC | #2
On 29/08/2012 03:15, Marek Vasut wrote:
> Delete the "mxsboot" binary if make mrproper is called.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Wolfgang Denk <wd@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Fabio Estevam <festevam@gmail.com>
> CC: Albert Aribaud <albert.u.boot@aribaud.net>
> ---
>  Makefile |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile b/Makefile
> index ce40ab3..9e9d57c 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -755,6 +755,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		  \
> 

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/Makefile b/Makefile
index ce40ab3..9e9d57c 100644
--- a/Makefile
+++ b/Makefile
@@ -755,6 +755,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		  \