diff options
Diffstat (limited to '')
-rw-r--r-- | Documentation/kbuild/index.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Documentation/kbuild/index.rst b/Documentation/kbuild/index.rst new file mode 100644 index 000000000..cee2f99f7 --- /dev/null +++ b/Documentation/kbuild/index.rst @@ -0,0 +1,30 @@ +.. SPDX-License-Identifier: GPL-2.0 + +=================== +Kernel Build System +=================== + +.. toctree:: + :maxdepth: 1 + + kconfig-language + kconfig-macro-language + + kbuild + kconfig + makefiles + modules + + headers_install + + issues + reproducible-builds + gcc-plugins + llvm + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |