]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
kbuild: in makefile.txt note that Makefile is preferred name for kbuild files
authorSam Ravnborg <sam@mars.ravnborg.org>
Thu, 9 Mar 2006 23:23:32 +0000 (00:23 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Thu, 9 Mar 2006 23:23:32 +0000 (00:23 +0100)
As noted by Roland Dreier <rdreier@cisco.com> makefiles.txt told
one to use the name 'Kbuild' as preferred name for kbuild files.
This is not yet true so let makefiles.txt reflect reality.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Documentation/kbuild/makefiles.txt

index 99d51a5bb0d9d23f870ddafcaa651ca9a0b64dab..a9c00facdf401103a2ef7cb1301694c34a49432d 100644 (file)
@@ -106,9 +106,9 @@ This document is aimed towards normal developers and arch developers.
 Most Makefiles within the kernel are kbuild Makefiles that use the
 kbuild infrastructure. This chapter introduce the syntax used in the
 kbuild makefiles.
-The preferred name for the kbuild files is 'Kbuild' but 'Makefile' will
-continue to be supported. All new developmen is expected to use the
-Kbuild filename.
+The preferred name for the kbuild files are 'Makefile' but 'Kbuild' can
+be used and if both a 'Makefile' and a 'Kbuild' file exists then the 'Kbuild'
+file will be used.
 
 Section 3.1 "Goal definitions" is a quick intro, further chapters provide
 more details, with real examples.