diff mbox

[U-Boot] Makefile: add tools/mkenvimage to target 'clean'

Message ID 1322559734-22925-1-git-send-email-hkronsto@frequentis.com
State Accepted
Commit 7717fe10bd61e16790d4605505100a2f8f632f02
Delegated to: Anatolij Gustschin
Headers show

Commit Message

Horst Kronstorfer Nov. 29, 2011, 9:42 a.m. UTC
Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Mike Frysinger Nov. 29, 2011, 3:44 p.m. UTC | #1
Acked-by: Mike Frysinger <vapier@gentoo.org>
-mike
Anatolij Gustschin Dec. 5, 2011, 9:01 p.m. UTC | #2
On Tue, 29 Nov 2011 10:42:14 +0100
Horst Kronstorfer <hkronsto@frequentis.com> wrote:

> Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied to u-boot-staging/agust@denx.de. Thanks!

Anatolij
diff mbox

Patch

diff --git a/Makefile b/Makefile
index d84b350..b1f9044 100644
--- a/Makefile
+++ b/Makefile
@@ -751,7 +751,7 @@  clean:
 	       $(obj)tools/envcrc					  \
 	       $(obj)tools/gdb/{astest,gdbcont,gdbsend}			  \
 	       $(obj)tools/gen_eth_addr    $(obj)tools/img2srec		  \
-	       $(obj)tools/mkimage	   $(obj)tools/mpc86x_clk	  \
+	       $(obj)tools/mk{env,}image   $(obj)tools/mpc86x_clk	  \
 	       $(obj)tools/ncb		   $(obj)tools/ubsha1
 	@rm -f $(obj)board/cray/L1/{bootscript.c,bootscript.image}	  \
 	       $(obj)board/matrix_vision/*/bootscript.img		  \