]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
docs: move gcc-plugins to the kbuild manual
authorJonathan Corbet <corbet@lwn.net>
Mon, 2 Mar 2020 22:24:04 +0000 (15:24 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 10 Mar 2020 17:20:46 +0000 (11:20 -0600)
Information about GCC plugins is relevant to kernel building, so move this
document to the kbuild manual.

Acked-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/index.rst
Documentation/kbuild/gcc-plugins.rst [moved from Documentation/core-api/gcc-plugins.rst with 100% similarity]
Documentation/kbuild/index.rst
MAINTAINERS
scripts/gcc-plugins/Kconfig

index b39dae276b577ba87c87683f1c64c45e270a002d..9836a0ac09a315915362ffdb83cbcaa9d34ba432 100644 (file)
@@ -102,7 +102,6 @@ Documents that don't fit elsewhere or which have yet to be categorized.
    :maxdepth: 1
 
    librs
-   gcc-plugins
    ioctl
 
 .. only:: subproject and html
index 0f144fad99a6a482173d887b68567b31a820c0b3..82daf2efcb73df04c60bbf854bfe0f74529f913e 100644 (file)
@@ -19,6 +19,7 @@ Kernel Build System
 
     issues
     reproducible-builds
+    gcc-plugins
 
 .. only::  subproject and html
 
index 083fcf1a151c20b43a67655187e0d4bacdbf2dca..8c5712079412b8c16c0d8f8066015279d0e4363a 100644 (file)
@@ -6934,7 +6934,7 @@ S:        Maintained
 F:     scripts/gcc-plugins/
 F:     scripts/gcc-plugin.sh
 F:     scripts/Makefile.gcc-plugins
-F:     Documentation/core-api/gcc-plugins.rst
+F:     Documentation/kbuild/gcc-plugins.rst
 
 GASKET DRIVER FRAMEWORK
 M:     Rob Springer <rspringer@google.com>
index e3569543bdac213f337b420b726daec4a1470009..f8ca236d6165ec918e1c5195d64aef677781d1e7 100644 (file)
@@ -23,7 +23,7 @@ menuconfig GCC_PLUGINS
          GCC plugins are loadable modules that provide extra features to the
          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