Lines Matching refs:modules
9 modules.order
11 This file records the order in which modules appear in Makefiles. This
13 multiple modules.
15 modules.builtin
17 This file lists all modules that are built into the kernel. This is used
20 modules.builtin.modinfo
22 This file contains modinfo from all modules that are built into the kernel.
25 modules.builtin.ranges
27 This file contains address offset ranges (per ELF section) for all modules
42 Additional options to the assembler (for built-in and modules).
46 Additional assembler options for modules.
54 Additional options to the C compiler (for built-in and modules).
58 Additional options to the Rust compiler (for built-in and modules).
80 Additional options used for $(LD) when linking modules.
140 modules.
149 building external modules against a pre-built kernel in a separate build
151 external modules themselves. (Use KBUILD_EXTMOD_OUTPUT for that purpose.)
159 Specify the output directory for external modules.
239 Specify where to install modules.
242 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
254 INSTALL_MOD_STRIP, if defined, will cause modules to be
291 utility when signing kernel modules, if the private key requires such.
301 KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules.
306 For modules that use symbols from other modules.
307 See more details in modules.rst.