commit | e6099c16326f26c1b5c437f2a36bff9bf8e35c21 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Mon Oct 25 15:11:26 2021 +0200 |
committer | Ken Liu <ken.liu@arm.com> | Wed Oct 27 04:08:40 2021 +0200 |
tree | 06cf54a4d4c7e3c2b4cb5ac0bf01ff1920da2d93 | |
parent | 78f674074b45bd8430d2a3c65758732819905385 [diff] |
cmake: gnuarm: Use .ld as suffix for preprocessed file instead of .o Use .ld instead of .o as the suffix of the preprocessed linker script. Using the incorrect extension .o will confuse both readers and tooling like editors and diff viewers. Change-Id: I0a412426c40717e086c9bc4330cbb27a4cc810bd Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>