summaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-09-19 19:37:18 +0200
committerMasahiro Yamada <masahiroy@kernel.org>2024-09-23 20:07:21 +0200
commitfa911d1f377bbe4cc47e58afbd8fff7750b7ac62 (patch)
tree85260376f63a15bc2030e2893584ff3d5ba017d4 /Documentation/kbuild
parentkbuild: doc: describe the -C option precisely for external module builds (diff)
downloadlinux-fa911d1f377bbe4cc47e58afbd8fff7750b7ac62.tar.xz
linux-fa911d1f377bbe4cc47e58afbd8fff7750b7ac62.zip
kbuild: doc: replace "gcc" in external module description
Avoid "gcc" since it is not the only compiler supported by Kbuild. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nicolas Schier <n.schier@avm.de>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r--Documentation/kbuild/modules.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/kbuild/modules.rst b/Documentation/kbuild/modules.rst
index b24448f789b3..cd5a54d91e6d 100644
--- a/Documentation/kbuild/modules.rst
+++ b/Documentation/kbuild/modules.rst
@@ -9,7 +9,7 @@ Introduction
"kbuild" is the build system used by the Linux kernel. Modules must use
kbuild to stay compatible with changes in the build infrastructure and
-to pick up the right flags to "gcc." Functionality for building modules
+to pick up the right flags to the compiler. Functionality for building modules
both in-tree and out-of-tree is provided. The method for building
either is similar, and all modules are initially developed and built
out-of-tree.
@@ -256,7 +256,7 @@ Kernel Includes
#include <linux/module.h>
- kbuild will add options to "gcc" so the relevant directories
+ kbuild will add options to the compiler so the relevant directories
are searched.
Single Subdirectory