diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-12 01:50:44 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-13 04:02:27 +0300 |
commit | 2eebb7abefb9f95b412c51add3d8216980bf6066 (patch) | |
tree | ade3415236ef7246b1a4bafc53aa61061400e073 /Documentation/kbuild/kconfig-macro-language.rst | |
parent | 3a7c733165a4799fa1beb262fe244bfbcdd1c163 (diff) | |
download | linux-2eebb7abefb9f95b412c51add3d8216980bf6066.tar.xz |
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/kconfig-macro-language.rst')
-rw-r--r-- | Documentation/kbuild/kconfig-macro-language.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/kconfig-macro-language.rst b/Documentation/kbuild/kconfig-macro-language.rst index 35b3263b7e40..8b413ef9603d 100644 --- a/Documentation/kbuild/kconfig-macro-language.rst +++ b/Documentation/kbuild/kconfig-macro-language.rst @@ -44,7 +44,7 @@ intermediate:: def_bool y Then, Kconfig moves onto the evaluation stage to resolve inter-symbol -dependency as explained in kconfig-language.txt. +dependency as explained in kconfig-language.rst. Variables |