]> git.ipfire.org Git - people/ms/u-boot.git/commit - scripts/Makefile.spl
Makefile: Allow the SPL final link rule to be overridden
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:57:44 +0000 (11:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commit72a7e0760447ed46ca50174cb8798a2e84dedf85
tree6536453aec42ef1f10151123193559fb63300c93
parent12c550d4fbfae272793c222c51af77613ffc5963
Makefile: Allow the SPL final link rule to be overridden

Overriding the final link rule is possible with U-Boot proper. It us used to
create a sandbox image links with host libraries. To build a sandbox SPL
image we need the same feature for SPL.

To support this, update the SPL link rule so sandbox can override it.

Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.spl