Lines Matching refs:Module
15 === 3. Creating a Kbuild File for an External Module
24 === 5. Module Installation
27 === 6. Module Versioning
30 --- 6.3 Symbols From Another External Module
68 NOTE: "modules_prepare" will not build Module.symvers even if
155 3. Creating a Kbuild File for an External Module
210 # Module specific targets
244 # Module specific targets
273 # Module specific targets
410 5. Module Installation
451 6. Module Versioning
454 Module versioning is enabled by the CONFIG_MODVERSIONS tag, and is used
461 Module.symvers contains a list of all exported symbols from a kernel
467 During a kernel build, a file named Module.symvers will be
468 generated. Module.symvers contains all exported symbols from
472 The syntax of the Module.symvers file is::
474 <CRC> <Symbol> <Module> <Export Type> <Namespace>
484 Module.symvers serves two purposes:
495 the symbols by reading Module.symvers from the kernel source
496 tree. During the MODPOST step, a new Module.symvers file will be
499 6.3 Symbols From Another External Module