Lines Matching +full:- +full:- +full:build +full:- +full:only
2 # SPDX-License-Identifier: Apache-2.0
26 Build and expect object files as binary object type for the
28 generate the object file. Currently not supported on RISC-V.
33 Build and expect relocatable (partially linked) files as the
41 Build and expect shared libraries as binary object type for
54 bool "Use -fPIC when building LLEXT"
58 By default LLEXT compilation is performed with -fno-pic -fno-pie compiler
59 flags. Some platforms can benefit from using -fPIC instead, in which case
60 most internal linking is performed by the linker at build time. Select "y"
90 bool "Export built-in symbols to llexts via SLIDs"
101 up symbols from the built-in table by name. It also
102 requires the LLEXTs to be post-processed after build.
105 module-str = llext
114 default "llext-edk"
119 instance, the default name, "llext-edk", becomes LLEXT_EDK_INSTALL_DIR.
122 bool "Only generate the Userpace codepath on syscall stubs for the EDK"
126 to be used by userspace only extensions, this option will make EDK stubs
127 not contain the routing code, and only generate the userspace one.