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.
129 modules.
138 building external modules against a pre-built kernel in a separate build
140 external modules themselves.
222 Specify where to install modules.
225 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
237 INSTALL_MOD_STRIP, if defined, will cause modules to be
274 utility when signing kernel modules, if the private key requires such.
284 KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules.
289 For modules that use symbols from other modules.
290 See more details in modules.rst.