]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
config.mk: move LDSCRIPT processing to the top-level Makefile
authorIlya Yanok <yanok@emcraft.com>
Mon, 20 Jun 2011 12:45:37 +0000 (12:45 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 22 Jun 2011 18:03:01 +0000 (20:03 +0200)
commitd51dfff7af2ad30c54a4fb99539f3fa4275a1573
treefe151669ced31df69496497685b7faf3061ae40d
parent566e5cf451ae7e33e31bb62ae5b9b258e33f8609
config.mk: move LDSCRIPT processing to the top-level Makefile

LDSCRIPT is used only from the top-level Makefile and only when the
system is configured so we can move LDSCRIPT and CONFIG_SYS_LDSCRIPT
related logic into the top level Makefile and under configured condition
to avoid errors when building tools from unconfigured tree.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Makefile
config.mk