aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHorst Kronstorfer <hkronsto@frequentis.com>2011-11-28 23:42:14 +0000
committerAnatolij Gustschin <agust@denx.de>2011-12-05 21:55:25 +0100
commit7717fe10bd61e16790d4605505100a2f8f632f02 (patch)
tree8af27aba41bee3162815e6c81cd4c9b61b850479 /Makefile
parenta1d88f43e44d016b073ded77343faad87d14e516 (diff)
Makefile: add tools/mkenvimage to target 'clean'
Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com> Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d84b35020..b1f90448a 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 \