public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] LOGO: All logos must be placed into the "logos" directory.
@ 2007-05-25 14:20 Rodolfo Giometti
  2007-05-25 14:26 ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: Rodolfo Giometti @ 2007-05-25 14:20 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Rodolfo Giometti <giometti@linux.it>
---
 tools/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/Makefile b/tools/Makefile
index 6177f90..14eedf0 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -40,7 +40,7 @@ endif
 LOGO_H	= $(OBJTREE)/include/bmp_logo.h
 
 ifeq ($(LOGO_BMP),)
-LOGO_BMP= logos/denx.bmp
+LOGO_BMP= denx.bmp
 endif
 
 #-------------------------------------------------------------------------
@@ -203,8 +203,8 @@ $(obj)crc32.c:
 		@rm -f $(obj)crc32.c
 		ln -s $(src)../lib_generic/crc32.c $(obj)crc32.c
 
-$(LOGO_H):	$(obj)bmp_logo $(LOGO_BMP)
-		$(obj)./bmp_logo $(LOGO_BMP) >$@
+$(LOGO_H):	$(obj)bmp_logo logos/$(LOGO_BMP)
+		$(obj)./bmp_logo logos/$(LOGO_BMP) >$@
 
 #########################################################################
 
-- 
1.5.1.1

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

end of thread, other threads:[~2007-05-28  7:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-25 14:20 [U-Boot-Users] [PATCH] LOGO: All logos must be placed into the "logos" directory Rodolfo Giometti
2007-05-25 14:26 ` Wolfgang Denk
2007-05-25 14:52   ` Rodolfo Giometti
2007-05-25 15:43     ` Wolfgang Denk
2007-05-25 16:02       ` Rodolfo Giometti
2007-05-27 14:58   ` [U-Boot-Users] [PATCH] LOGO: Allow each board to define its own logo Rodolfo Giometti
2007-05-27 20:58     ` Wolfgang Denk
2007-05-28  7:52       ` Rodolfo Giometti

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