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
209 # Module specific targets
243 # Module specific targets
272 # Module specific targets
409 5. Module Installation
450 6. Module Versioning
453 Module versioning is enabled by the CONFIG_MODVERSIONS tag, and is used
460 Module.symvers contains a list of all exported symbols from a kernel
466 During a kernel build, a file named Module.symvers will be
467 generated. Module.symvers contains all exported symbols from
471 The syntax of the Module.symvers file is::
473 <CRC> <Symbol> <Namespace> <Module> <Export Type>
483 Module.symvers serves two purposes:
494 the symbols by reading Module.symvers from the kernel source
495 tree. If a Module.symvers file is present in the directory
497 read too. During the MODPOST step, a new Module.symvers file
501 6.3 Symbols From Another External Module
534 Use an extra Module.symvers file
535 When an external module is built, a Module.symvers file
538 from bar.ko, copy the Module.symvers file from the
541 Module.symvers file in the directory of the external
543 Module.symvers file is created containing the sum of
547 If it is impractical to copy Module.symvers from