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.
37 Additional options to the assembler (for built-in and modules).
41 Additional assembler options for modules.
49 Additional options to the C compiler (for built-in and modules).
53 Additional options to the Rust compiler (for built-in and modules).
75 Additional options used for $(LD) when linking modules.
124 modules.
206 Specify where to install modules.
209 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
221 INSTALL_MOD_STRIP, if defined, will cause modules to be
252 utility when signing kernel modules, if the private key requires such.
262 KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules.
267 For modules that use symbols from other modules.
268 See more details in modules.rst.