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.
66 modules.
135 Specify where to install modules.
138 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
150 INSTALL_MOD_STRIP, if defined, will cause modules to be
185 KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules.
190 For modules that use symbols from other modules.
191 See more details in modules.txt.