]> www.infradead.org Git - users/hch/misc.git/commitdiff
kbuild: doc: replace "gcc" in external module description
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 19 Sep 2024 17:37:18 +0000 (02:37 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 23 Sep 2024 18:07:21 +0000 (03:07 +0900)
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>
Documentation/kbuild/modules.rst

index b24448f789b31abb6d875292422aafb3d7668808..cd5a54d91e6d29b5eb62b6d5192650aad08ba8d8 100644 (file)
@@ -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