commit | 14509a8d7beb5f8a1995ece0b3c015d919e8fa44 | [log] [tgz] |
---|---|---|
author | Luca Burelli <l.burelli@arduino.cc> | Thu Apr 11 09:05:20 2024 +0200 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Fri Apr 19 10:10:39 2024 +0200 |
tree | 0f4d8981e55ec0b07554423269515e1b95d96d9a | |
parent | 5d2670ac1fedcbc5a97dac3c0036208dcaee898b [diff] |
cmake: add_llext_target: use toolchain-specific partial linking option The partial linking option depends on the linker used in the build process, and this flag is already defined by the Zephyr toolchains. Use the $<TARGET_PROPERTY:linker,partial_linking> generator expression to retrieve it instead of hardcoding the value for the GNU linker. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>