diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-12 07:50:44 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-13 10:02:27 +0900 |
commit | 2eebb7abefb9f95b412c51add3d8216980bf6066 (patch) | |
tree | ade3415236ef7246b1a4bafc53aa61061400e073 /Documentation/kbuild/kbuild.rst | |
parent | 3a7c733165a4799fa1beb262fe244bfbcdd1c163 (diff) | |
download | lwn-2eebb7abefb9f95b412c51add3d8216980bf6066.tar.gz lwn-2eebb7abefb9f95b412c51add3d8216980bf6066.zip |
kbuild: doc: fix references to other documents
All the files in Documentation/kbuild/ were converted to reST.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation/kbuild/kbuild.rst')
-rw-r--r-- | Documentation/kbuild/kbuild.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/kbuild.rst b/Documentation/kbuild/kbuild.rst index f1e5dce86af7..510f38d7e78a 100644 --- a/Documentation/kbuild/kbuild.rst +++ b/Documentation/kbuild/kbuild.rst @@ -237,7 +237,7 @@ This is solely useful to speed up test compiles. KBUILD_EXTRA_SYMBOLS -------------------- For modules that use symbols from other modules. -See more details in modules.txt. +See more details in modules.rst. ALLSOURCE_ARCHS --------------- |