Skip to content

Commit 876b44d

Browse files
pillo79mmahadevan108
authored andcommitted
soc: mediatek: mt8195_adsp: 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 missing include directive to the linker script. Signed-off-by: Luca Burelli <[email protected]>
1 parent f7ff830 commit 876b44d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/mediatek/mtk_adsp/mt8195_adsp/linker.ld

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,7 @@ SECTIONS {
136136
*/
137137
#include <zephyr/linker/intlist.ld>
138138

139+
#ifdef CONFIG_LLEXT
140+
#include <zephyr/linker/llext-sections.ld>
141+
#endif
139142
} /* SECTIONS */

0 commit comments

Comments
 (0)