commit | 1073fbaa00b3ad0ea0882752fa070c4597bb89b4 | [log] [tgz] |
---|---|---|
author | Mark Ruvald Pedersen <mped@oticon.com> | Mon Apr 29 20:27:23 2019 +0200 |
committer | Alberto Escolar <32480799+aescolar@users.noreply.github.com> | Thu May 02 21:54:27 2019 +0200 |
tree | 759493d36474413cb635556d7f5c0c96ec7ddf2b | |
parent | 4c811971f5bf2839396f6f5ed2250314193b02a3 [diff] |
cmake: configure_linker_script: accept argument with file extension Reduce the amount of {pre,post}fixing magic: I.e. let it be clearer at call sites that "linker.cmd" is a file, rather than having to know that "linker" will be postfixed with ".cmd" internally. Change argument name to linker_script_gen, to better indicate that we are producing a generated file. No functional change expected. Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com>