Commit 2b4cbd5c authored by Jonathan Corbet's avatar Jonathan Corbet

docs: move gcc-plugins to the kbuild manual

Information about GCC plugins is relevant to kernel building, so move this
document to the kbuild manual.
Acked-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 5e720172
...@@ -102,7 +102,6 @@ Documents that don't fit elsewhere or which have yet to be categorized. ...@@ -102,7 +102,6 @@ Documents that don't fit elsewhere or which have yet to be categorized.
:maxdepth: 1 :maxdepth: 1
librs librs
gcc-plugins
ioctl ioctl
.. only:: subproject and html .. only:: subproject and html
......
...@@ -19,6 +19,7 @@ Kernel Build System ...@@ -19,6 +19,7 @@ Kernel Build System
issues issues
reproducible-builds reproducible-builds
gcc-plugins
.. only:: subproject and html .. only:: subproject and html
......
...@@ -6934,7 +6934,7 @@ S: Maintained ...@@ -6934,7 +6934,7 @@ S: Maintained
F: scripts/gcc-plugins/ F: scripts/gcc-plugins/
F: scripts/gcc-plugin.sh F: scripts/gcc-plugin.sh
F: scripts/Makefile.gcc-plugins F: scripts/Makefile.gcc-plugins
F: Documentation/core-api/gcc-plugins.rst F: Documentation/kbuild/gcc-plugins.rst
GASKET DRIVER FRAMEWORK GASKET DRIVER FRAMEWORK
M: Rob Springer <rspringer@google.com> M: Rob Springer <rspringer@google.com>
......
...@@ -23,7 +23,7 @@ menuconfig GCC_PLUGINS ...@@ -23,7 +23,7 @@ menuconfig GCC_PLUGINS
GCC plugins are loadable modules that provide extra features to the GCC plugins are loadable modules that provide extra features to the
compiler. They are useful for runtime instrumentation and static analysis. compiler. They are useful for runtime instrumentation and static analysis.
See Documentation/core-api/gcc-plugins.rst for details. See Documentation/kbuild/gcc-plugins.rst for details.
if GCC_PLUGINS if GCC_PLUGINS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment