
In message 20070525145246.GF21180@enneenne.com you wrote:
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.
Why would you want to do that? Unix philosophy is *not* enforcing users to to certain things, but let users decide what's good for them.
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) >$@
The current code uses LOGO_BMP and defines a default value for it (logos/denx.bmp); it gives the user the freedom to overwrite this default. This is a good thing.
I don't want to lose that freedom, especially not when the new situation brings no advantages.
Best regards,
Wolfgang Denk