
On Fri, May 25, 2007 at 04:26:04PM +0200, Wolfgang Denk wrote:
In message 20070525142001.GD4199@enneenne.com you wrote:
Subject: ... All logos must be placed into the "logos" directory.
Why?
ifeq ($(LOGO_BMP),) -LOGO_BMP= logos/denx.bmp +LOGO_BMP= denx.bmp
Which problem is this supposed to fix? I don't see any advantage, but I see the disadvantage that with your patch you cannot chose to place your logo - say - in board/.../ any more.
I don't want to fix any problem, I just wish to define some standards... doing like this I force all logo files to be inside tools/logos directory.
Currently logos are supposed to be under tools directory which is not the proper place for them:
$(LOGO_H): $(obj)bmp_logo logos/$(LOGO_BMP) $(obj)./bmp_logo logos/$(LOGO_BMP) >$@
Ciao,
Rodolfo