Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: removing map file from BYPRODUCTS as it is being renamed
Fixes: zephyrproject-rtos#33512 The ${ZEPHYR_FINAL_EXECUTABLE}.map file is being renamed at a later stage. The renamed, and thus missing file, causes ninja to relink the target in order to re-create the map file, which then again is renamed. This is fixed by removing the ${ZEPHYR_FINAL_EXECUTABLE}.map as a byproduct and only has the byproduct on the renamed file to ensure proper cleanup, see: zephyrproject-rtos#23449. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
- Loading branch information