commit | 0370c9b76caa7bc4239d535690c824764f641153 | [log] [tgz] |
---|---|---|
author | Marc Herbert <marc.herbert@intel.com> | Thu Jun 13 16:15:44 2019 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Jun 17 12:02:12 2019 -0700 |
tree | c78ac6bc24117ac3c6bb54d6d3374e98cbce5093 | |
parent | c47bf1fa5e32a7e1a979f6e98e7b5d998bbf3023 [diff] |
cmake: stop destroying intermediate link maps like zephyr_prebuilt.map The different linker steps are all hardcoded to the output filename "zephyr.map" and only the last one survives. Un-harcode. This removes some confusion when trying to follow who builds what/when/how and it stops destroying intermediate linking information useful when tracing/debugging new features or issues in the build. Signed-off-by: Marc Herbert <marc.herbert@intel.com>