Skip to content

Commit

Permalink
soc: sensry: sy1xx: add support for LLEXT build
Browse files Browse the repository at this point in the history
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 <l.burelli@arduino.cc>
  • Loading branch information
pillo79 authored and mmahadevan108 committed Nov 14, 2024
1 parent 7f8b531 commit 07df2c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions soc/sensry/ganymed/sy1xx/common/linker.ld
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ SECTIONS

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

#ifdef CONFIG_LLEXT
#include <zephyr/linker/llext-sections.ld>
#endif

SECTION_PROLOGUE(.plt,,)
{
Expand Down

0 comments on commit 07df2c5

Please sign in to comment.