kbuild: doc: throw out the local table of contents in modules.rst
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 19 Sep 2024 17:37:14 +0000 (02:37 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 23 Sep 2024 18:07:21 +0000 (03:07 +0900)
Do similar to commit 5e8f0ba38a4d ("docs/kbuild/makefiles: throw out the
local table of contents").

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Documentation/kbuild/modules.rst

index 7eceb9a65e9cf60ce557df644d71c0c240060fa7..4f67e6a27afea1864f2c63cb5bf22c233307989e 100644 (file)
@@ -4,35 +4,6 @@ Building External Modules
 
 This document describes how to build an out-of-tree kernel module.
 
-.. Table of Contents
-
-       === 1 Introduction
-       === 2 How to Build External Modules
-          --- 2.1 Command Syntax
-          --- 2.2 Options
-          --- 2.3 Targets
-          --- 2.4 Building Separate Files
-       === 3. Creating a Kbuild File for an External Module
-          --- 3.1 Shared Makefile
-          --- 3.2 Separate Kbuild file and Makefile
-          --- 3.3 Binary Blobs
-          --- 3.4 Building Multiple Modules
-       === 4. Include Files
-          --- 4.1 Kernel Includes
-          --- 4.2 Single Subdirectory
-          --- 4.3 Several Subdirectories
-       === 5. Module Installation
-          --- 5.1 INSTALL_MOD_PATH
-          --- 5.2 INSTALL_MOD_DIR
-       === 6. Module Versioning
-          --- 6.1 Symbols From the Kernel (vmlinux + modules)
-          --- 6.2 Symbols and External Modules
-          --- 6.3 Symbols From Another External Module
-       === 7. Tips & Tricks
-          --- 7.1 Testing for CONFIG_FOO_BAR
-
-
-
 1. Introduction
 ===============