We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6c7ea commit ca641d8Copy full SHA for ca641d8
subsys/llext/CMakeLists.txt
@@ -14,8 +14,8 @@ if(CONFIG_LLEXT)
14
llext_export.c
15
llext_handlers.c
16
buf_loader.c
17
- fs_loader.c
18
)
+ zephyr_library_sources_ifdef(CONFIG_FILE_SYSTEM fs_loader.c)
19
zephyr_library_sources_ifdef(CONFIG_LLEXT_SHELL shell.c)
20
zephyr_library_sources_ifdef(CONFIG_LLEXT_EXPERIMENTAL llext_experimental.c)
21
0 commit comments