Lines Matching refs:Module
13 === 3. Creating a Kbuild File for an External Module
22 === 5. Module Installation
25 === 6. Module Versioning
28 --- 6.3 Symbols From Another External Module
64 NOTE: "modules_prepare" will not build Module.symvers even if
146 === 3. Creating a Kbuild File for an External Module
198 # Module specific targets
230 # Module specific targets
258 # Module specific targets
388 === 5. Module Installation
426 === 6. Module Versioning
428 Module versioning is enabled by the CONFIG_MODVERSIONS tag, and is used
435 Module.symvers contains a list of all exported symbols from a kernel
440 During a kernel build, a file named Module.symvers will be
441 generated. Module.symvers contains all exported symbols from
445 The syntax of the Module.symvers file is:
453 Module.symvers serves two purposes:
462 the symbols by reading Module.symvers from the kernel source
463 tree. If a Module.symvers file is present in the directory
465 read too. During the MODPOST step, a new Module.symvers file
469 --- 6.3 Symbols From Another External Module
501 Use an extra Module.symvers file
502 When an external module is built, a Module.symvers file
505 from bar.ko, copy the Module.symvers file from the
508 Module.symvers file in the directory of the external
510 Module.symvers file is created containing the sum of
514 If it is impractical to copy Module.symvers from