commit | 1f0ff06e385928ef2677683dc4a9be9c7b024ddc | [log] [tgz] |
---|---|---|
author | Andy Gross <andy.gross@linaro.org> | Thu Jan 25 11:07:03 2018 -0600 |
committer | Andrew Boie <andrewboie@gmail.com> | Tue Feb 06 15:31:16 2018 -0800 |
tree | cdb7f5ea2d42f79c4d09356e74fb842b4d57755a | |
parent | 65ac04910546663cefd7db2ebe5fbeb80aeb2588 [diff] |
makefile: Convert linker function to use names This patch changes the way the custom linker function works. It uses names instead of numbers to denote the name of the file and applies the correct LINKER_PASS variable for the final linker pass. Signed-off-by: Andy Gross <andy.gross@linaro.org>