Skip to content

Commit fa911d1

Browse files
committed
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>
1 parent 2eb5d7f commit fa911d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/kbuild/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Introduction
99

1010
"kbuild" is the build system used by the Linux kernel. Modules must use
1111
kbuild to stay compatible with changes in the build infrastructure and
12-
to pick up the right flags to "gcc." Functionality for building modules
12+
to pick up the right flags to the compiler. Functionality for building modules
1313
both in-tree and out-of-tree is provided. The method for building
1414
either is similar, and all modules are initially developed and built
1515
out-of-tree.
@@ -256,7 +256,7 @@ Kernel Includes
256256

257257
#include <linux/module.h>
258258

259-
kbuild will add options to "gcc" so the relevant directories
259+
kbuild will add options to the compiler so the relevant directories
260260
are searched.
261261

262262
Single Subdirectory

0 commit comments

Comments
 (0)