diff options
Diffstat (limited to '')
-rw-r--r-- | Documentation/tools/index.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/tools/index.rst b/Documentation/tools/index.rst new file mode 100644 index 0000000000..80488e290e --- /dev/null +++ b/Documentation/tools/index.rst @@ -0,0 +1,21 @@ +.. SPDX-License-Identifier: GPL-2.0 + +============ +Kernel tools +============ + +This book covers user-space tools that are shipped with the kernel source; +more additions are needed here: + +.. toctree:: + :maxdepth: 1 + + rtla/index + rv/index + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |