aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-11-28 20:51:02 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-12-21 13:55:29 +0900
commitb044a535d9a6873a21d622934228cfcc6ee4ea27 (patch)
tree54d5b43e7475f6847b3b1c4cf2cff6afedff452e /Documentation/kbuild
parentc93e4aeed1be5b99715a9127f5b38d6b4ab9e5d7 (diff)
downloadlinux-b044a535d9a6873a21d622934228cfcc6ee4ea27.tar.gz
kbuild: doc: update the description about kbuild Makefiles
This line was written in 2003. Now we have much more Makefiles. The number of Makefiles is not important. The point is we have a Makefile in (almost) every directory. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r--Documentation/kbuild/makefiles.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
index 0d5dd5413af03..a7b874097a917 100644
--- a/Documentation/kbuild/makefiles.rst
+++ b/Documentation/kbuild/makefiles.rst
@@ -71,7 +71,7 @@ The Makefiles have five parts::
.config the kernel configuration file.
arch/$(ARCH)/Makefile the arch Makefile.
scripts/Makefile.* common rules etc. for all kbuild Makefiles.
- kbuild Makefiles there are about 500 of these.
+ kbuild Makefiles exist in every subdirectory
The top Makefile reads the .config file, which comes from the kernel
configuration process.