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
107 `Module Installation`_).
130 Creating a Kbuild File for an External Module
320 Module Installation
361 Module Versioning
364 Module versioning is enabled by the CONFIG_MODVERSIONS tag, and is used
371 Module.symvers contains a list of all exported symbols from a kernel
377 During a kernel build, a file named Module.symvers will be
378 generated. Module.symvers contains all exported symbols from
382 The syntax of the Module.symvers file is::
384 <CRC> <Symbol> <Module> <Export Type> <Namespace>
394 Module.symvers serves two purposes:
405 the symbols by reading Module.symvers from the kernel source
406 tree. During the MODPOST step, a new Module.symvers file will be
409 Symbols From Another External Module