commit | d51dfff7af2ad30c54a4fb99539f3fa4275a1573 | [log] [tgz] |
---|---|---|
author | Ilya Yanok <yanok@emcraft.com> | Mon Jun 20 12:45:37 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jun 22 20:03:01 2011 +0200 |
tree | fe151669ced31df69496497685b7faf3061ae40d | |
parent | 566e5cf451ae7e33e31bb62ae5b9b258e33f8609 [diff] |
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>