Skip to content

Commit 7813cd6

Browse files
committed
kbuild: doc: throw out the local table of contents in modules.rst
Do similar to commit 5e8f0ba ("docs/kbuild/makefiles: throw out the local table of contents"). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent a866eda commit 7813cd6

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

Documentation/kbuild/modules.rst

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,6 @@ Building External Modules
44

55
This document describes how to build an out-of-tree kernel module.
66

7-
.. Table of Contents
8-
9-
=== 1 Introduction
10-
=== 2 How to Build External Modules
11-
--- 2.1 Command Syntax
12-
--- 2.2 Options
13-
--- 2.3 Targets
14-
--- 2.4 Building Separate Files
15-
=== 3. Creating a Kbuild File for an External Module
16-
--- 3.1 Shared Makefile
17-
--- 3.2 Separate Kbuild file and Makefile
18-
--- 3.3 Binary Blobs
19-
--- 3.4 Building Multiple Modules
20-
=== 4. Include Files
21-
--- 4.1 Kernel Includes
22-
--- 4.2 Single Subdirectory
23-
--- 4.3 Several Subdirectories
24-
=== 5. Module Installation
25-
--- 5.1 INSTALL_MOD_PATH
26-
--- 5.2 INSTALL_MOD_DIR
27-
=== 6. Module Versioning
28-
--- 6.1 Symbols From the Kernel (vmlinux + modules)
29-
--- 6.2 Symbols and External Modules
30-
--- 6.3 Symbols From Another External Module
31-
=== 7. Tips & Tricks
32-
--- 7.1 Testing for CONFIG_FOO_BAR
33-
34-
35-
367
1. Introduction
378
===============
389

0 commit comments

Comments
 (0)