summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-04-20 00:01:18 +0200
committerMauro Carvalho Chehab2019-07-15 14:20:27 +0200
commitd5ccd65ab6272f21f442695b0022a4f553d818e5 (patch)
tree4b6534d452d495d30cb5784b1d35f69743c868b7 /scripts
parentdocs: block: convert to ReST (diff)
downloadkernel-qcow2-linux-d5ccd65ab6272f21f442695b0022a4f553d818e5.tar.gz
kernel-qcow2-linux-d5ccd65ab6272f21f442695b0022a4f553d818e5.tar.xz
kernel-qcow2-linux-d5ccd65ab6272f21f442695b0022a4f553d818e5.zip
docs: move gcc_plugins.txt to core-api and rename to .rst
The gcc_plugins.txt file is already a ReST file. Move it to the core-api book while renaming it. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gcc-plugins/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gcc-plugins/Kconfig b/scripts/gcc-plugins/Kconfig
index e9c677a53c74..d33de0b9f4f5 100644
--- a/scripts/gcc-plugins/Kconfig
+++ b/scripts/gcc-plugins/Kconfig
@@ -23,7 +23,7 @@ config 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/gcc-plugins.txt for details.
+ See Documentation/core-api/gcc-plugins.rst for details.
menu "GCC plugins"
depends on GCC_PLUGINS