public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Makefile: clean MatrixVision builds
@ 2010-10-16 16:24 Wolfgang Denk
  2010-10-18 19:58 ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2010-10-16 16:24 UTC (permalink / raw)
  To: u-boot

"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  \
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-18 22:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-16 16:24 [U-Boot] [PATCH] Makefile: clean MatrixVision builds Wolfgang Denk
2010-10-18 19:58 ` Wolfgang Denk
2010-10-18 22:48   ` Schwarz, Andre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox