Skip to content

Commit 11122b8

Browse files
committed
kbuild: remove the unneeded comments for external module builds
The supported targets for external modules are listed in the help target a few lines below. Let's not have duplicated information in two places. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 7a02cec commit 11122b8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Makefile

+1-11
Original file line numberDiff line numberDiff line change
@@ -1711,17 +1711,7 @@ else # KBUILD_EXTMOD
17111711
# When building external modules the kernel used as basis is considered
17121712
# read-only, and no consistency checks are made and the make
17131713
# system is not used on the basis kernel. If updates are required
1714-
# in the basis kernel ordinary make commands (without M=...) must
1715-
# be used.
1716-
#
1717-
# The following are the only valid targets when building external
1718-
# modules.
1719-
# make M=dir clean Delete all automatically generated files
1720-
# make M=dir modules Make all modules in specified dir
1721-
# make M=dir Same as 'make M=dir modules'
1722-
# make M=dir modules_install
1723-
# Install the modules built in the module directory
1724-
# Assumes install directory is already created
1714+
# in the basis kernel ordinary make commands (without M=...) must be used.
17251715

17261716
# We are always building only modules.
17271717
KBUILD_BUILTIN :=

0 commit comments

Comments
 (0)