Lines Matching refs:modules
3 modules.order
5 This file records the order in which modules appear in Makefiles. This
7 multiple modules.
9 modules.builtin
11 This file lists all modules that are built into the kernel. This is used
25 Additional options to the assembler (for built-in and modules).
38 Additional options to the C compiler (for built-in and modules).
51 Additional options used for $(LD) when linking modules.
83 modules.
153 Specify where to install modules.
156 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
168 INSTALL_MOD_STRIP, if defined, will cause modules to be
189 utility when signing kernel modules, if the private key requires such.
199 KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules.
204 For modules that use symbols from other modules.
205 See more details in modules.txt.