In message <[EMAIL PROTECTED]> you wrote:
> If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
> then change into the board directory and try and create it.  This allows you
> to generate the linker script on the fly based upon board defines (like the
> Blackfin boards do).
> 
> There should be no regressions due to this change as the normal case is to
> already have a u-boot.lds file.  If that's the case, then there's nothing to
> generate, and so make will always exit.  The fix here is that if the linker
> script does not exist, the implicit rules take over and attempt to guess how
> to generate the file.
> 
> Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
> ---
>  Makefile |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)

Applied, thanks.

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: [EMAIL PROTECTED]
Use the Force, Luke.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to