Skip to content

Commit b044a53

Browse files
committed
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 <[email protected]>
1 parent c93e4ae commit b044a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/kbuild/makefiles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The Makefiles have five parts::
7171
.config the kernel configuration file.
7272
arch/$(ARCH)/Makefile the arch Makefile.
7373
scripts/Makefile.* common rules etc. for all kbuild Makefiles.
74-
kbuild Makefiles there are about 500 of these.
74+
kbuild Makefiles exist in every subdirectory
7575

7676
The top Makefile reads the .config file, which comes from the kernel
7777
configuration process.

0 commit comments

Comments
 (0)