[U-Boot] [PATCH] Makefile: clean MatrixVision builds

"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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index 8df60fa..107ff6d 100644 --- 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 \

In message 1287246256-9724-1-git-send-email-wd@denx.de I wrote:
"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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Applied.
Best regards,
Wolfgang Denk

Wolfgang Denk wd@denx.de hat am 18. Oktober 2010 um 21:58 geschrieben:
In message 1287246256-9724-1-git-send-email-wd@denx.de I wrote:
"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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
sorry - the initial mail is not present in my inbox. Of course I would have sent an ack.
Applied.
thanks. Regards, André Schwarz
Best regards,
Wolfgang Denk
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de "Do we define evil as the absence of goodness? It seems only logical that shit happens--we discover this by the process of elimination." -- Larry Wall
-- Gruß, André Schwarz
MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler Registergericht: Amtsgericht Stuttgart, HRB 271090 Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner
participants (2)
-
Schwarz,Andre
-
Wolfgang Denk