Skip to content

Commit 07df2c5

Browse files
pillo79mmahadevan108
authored andcommitted
soc: sensry: sy1xx: add support for LLEXT build
The linker script for this SoC was not including the LLEXT section definitions when CONFIG_LLEXT was enabled. This patch adds the necessary include directive to the linker script and fixes the build issue identified by CI. Signed-off-by: Luca Burelli <[email protected]>
1 parent 7f8b531 commit 07df2c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/sensry/ganymed/sy1xx/common/linker.ld

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ SECTIONS
7878

7979
#include <zephyr/linker/rel-sections.ld>
8080

81+
#ifdef CONFIG_LLEXT
82+
#include <zephyr/linker/llext-sections.ld>
83+
#endif
8184

8285
SECTION_PROLOGUE(.plt,,)
8386
{

0 commit comments

Comments
 (0)