commit | 8d93217af4a3a2827cae035be418b489f2d9b08f | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan.yates@data61.csiro.au> | Wed Oct 20 20:09:39 2021 +1000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Nov 16 10:41:59 2021 +0100 |
tree | 98edb0cdf6e1cc32a40dead8c2630ae995b6b94a | |
parent | c03e6583695a7fe33125cb0d0c82588adfa7dad8 [diff] |
cmake: new global property for generated files Introduce a new global property for source files that are generated from the initial Zephyr link (app_smem_unaligned_prebuilt). This source list is used for files which will introduce address shifts into the final binary, which need to be present in `zephyr_prebuilt.elf` for `CONFIG_USERSPACE` scripts to correctly generate `zephyr.elf`. This resolves #38836. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>