Lines Matching full:external

2 Building External Modules
10 === 2 How to Build External Modules
15 === 3. Creating a Kbuild File for an External Module
29 --- 6.2 Symbols and External Modules
30 --- 6.3 Symbols From Another External Module
47 in building out-of-tree (or "external") modules. The author of an
48 external module should supply a makefile that hides most of the
54 2. How to Build External Modules
57 To build external modules, you must have a prebuilt kernel available
66 building external modules.
75 The command to build an external module is::
79 The kbuild system knows that an external module is being built
104 Informs kbuild that an external module is being built.
106 directory where the external module (kbuild file) is
112 When building an external module, only a subset of the "make"
125 The default target for external modules. It has the
130 Install the external module(s). The default location is
138 List the available targets for external modules.
145 external modules.
155 3. Creating a Kbuild File for an External Module
187 An external module always includes a wrapper makefile that
248 each file; however, some external modules use makefiles
286 Some external modules need to include an object file as a blob.
350 External modules tend to place header files in a separate
417 And external modules are installed in:
439 External modules are by default installed to a directory under
488 6.2 Symbols and External Modules
491 When building an external module, the build system needs access
492 to the symbols from the kernel to check if all external symbols
496 where the external module is being built, this file will be
501 6.3 Symbols From Another External Module
504 Sometimes, an external module uses exported symbols from
505 another external module. Kbuild needs to have full knowledge of
535 When an external module is built, a Module.symvers file
541 Module.symvers file in the directory of the external
571 External modules have traditionally used "grep" to check for
573 broken. As introduced before, external modules should use