commit | 0b7fb57d093a51c47d8e13947102f901d45cdd65 | [log] [tgz] |
---|---|---|
author | Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no> | Sat Jan 13 13:02:56 2024 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jan 15 13:20:17 2024 +0100 |
tree | e8af971855e95adcbff19c24f9fc5132381fd006 | |
parent | 460b6ef122f76a634e967b2e13315dd9099cc14e [diff] |
cmake: code_relocation: Re-run when relocation_dict.txt changes Fix an issue where updating a `zephyr_code_relocate()` call in CMake didn't trigger regeneration of `code_relocation.c` and linker scripts. The generation command was missing a dependency on the aforementioned input text file, where the outcome of each call is cached. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>