Lines Matching refs:Module
22 section `Creating a Kbuild File for an External Module`_.
39 NOTE: "modules_prepare" will not build Module.symvers even if
119 `Module Installation`_).
142 Creating a Kbuild File for an External Module
347 Module Installation
388 Module Versioning
391 Module versioning is enabled by the CONFIG_MODVERSIONS tag, and is used
398 Module.symvers contains a list of all exported symbols from a kernel
404 During a kernel build, a file named Module.symvers will be
405 generated. Module.symvers contains all exported symbols from
409 The syntax of the Module.symvers file is::
411 <CRC> <Symbol> <Module> <Export Type> <Namespace>
421 Module.symvers serves two purposes:
452 the symbols by reading Module.symvers from the kernel source
453 tree. During the MODPOST step, a new Module.symvers file will be
456 Symbols From Another External Module