]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Makefile: clean MatrixVision builds
authorWolfgang Denk <wd@denx.de>
Sat, 16 Oct 2010 16:24:16 +0000 (18:24 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 18 Oct 2010 19:57:26 +0000 (21:57 +0200)
"make clean" after builds of MatrixVision boards would leave stale
files around:

board/matrix_vision/mvblm7/bootscript.img
board/matrix_vision/mvsmr/bootscript.img

Fix this.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile

index de4ceb9b20da71fa488db1185e14f9a4d7865ba3..4fa13bc2669498c4492373cd3ceb0a83e87e83ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2458,6 +2458,7 @@ clean:
               $(obj)tools/mkimage         $(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                 \
               $(obj)board/netstar/{eeprom,crcek,crcit,*.srec,*.bin}      \
               $(obj)board/trab/trab_fkt   $(obj)board/voiceblue/eeprom   \
               $(obj)board/armltd/{integratorap,integratorcp}/u-boot.lds  \