diff options
author | Changbin Du <changbin.du@gmail.com> | 2019-05-08 23:21:15 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-05-08 14:34:09 -0600 |
commit | e5def4c6039e9b7bb158c6ec6d8fedda9265b7ef (patch) | |
tree | 1e0386725758b7df126bd11f3f34ad802bc78a97 /Documentation/x86 | |
parent | 39a39d5b6bc0f1f6dd6eaa44916f19edfe003377 (diff) | |
download | linux-e5def4c6039e9b7bb158c6ec6d8fedda9265b7ef.tar.bz2 |
Documentation: add Linux x86 docs to Sphinx TOC tree
Add a index.rst for x86 support. More docs will be added later.
Signed-off-by: Changbin Du <changbin.du@gmail.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/x86')
-rw-r--r-- | Documentation/x86/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/x86/index.rst b/Documentation/x86/index.rst new file mode 100644 index 000000000000..9f34545a9c52 --- /dev/null +++ b/Documentation/x86/index.rst @@ -0,0 +1,9 @@ +.. SPDX-License-Identifier: GPL-2.0 + +========================== +x86-specific Documentation +========================== + +.. toctree:: + :maxdepth: 2 + :numbered: |