commit | fbcea17c860d149c39bb5bfa841b612affa6b3ac | [log] [tgz] |
---|---|---|
author | Mark Ruvald Pedersen <mped@oticon.com> | Mon Apr 29 20:35:12 2019 +0200 |
committer | Alberto Escolar <32480799+aescolar@users.noreply.github.com> | Thu May 02 21:54:27 2019 +0200 |
tree | f2b5656e33a91859358ffff71ea16375122b7977 | |
parent | 1073fbaa00b3ad0ea0882752fa070c4597bb89b4 [diff] |
cmake: simplify configure_linker_script: avoid deriving define from name Rather than associating defines within the function, let the call sites themselves pick the appropriate define. Add new argument for this. This also permits us to remove regex matching. No functional change expected. Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com>