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).
62 Additional options used for $(LD) when linking modules.
96 modules.
178 Specify where to install modules.
181 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
193 INSTALL_MOD_STRIP, if defined, will cause modules to be
224 utility when signing kernel modules, if the private key requires such.
234 KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules.
239 For modules that use symbols from other modules.
240 See more details in modules.txt.