summaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2015-06-09 01:04:11 +0200
committerJonathan Corbet <corbet@lwn.net>2015-06-09 01:04:11 +0200
commitf8785d94fc4e93cacbdb930ec3654fc035a375ec (patch)
treeacc108fa14eee8503e42c2f014091d2f9b02ee3a /Documentation/kbuild
parentMerge branch 'core/documentation' of git://git.kernel.org/pub/scm/linux/kerne... (diff)
parentDocumentation: filesystems: updated struct file_operations documentation in v... (diff)
downloadlinux-f8785d94fc4e93cacbdb930ec3654fc035a375ec.tar.xz
linux-f8785d94fc4e93cacbdb930ec3654fc035a375ec.zip
Merge branch 'doc/4.2' into docs-next
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r--Documentation/kbuild/makefiles.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt
index 74b6c6d97210..e63b446d973c 100644
--- a/Documentation/kbuild/makefiles.txt
+++ b/Documentation/kbuild/makefiles.txt
@@ -755,8 +755,8 @@ Additional files can be specified in kbuild makefiles by use of $(clean-files).
#lib/Makefile
clean-files := crc32table.h
-When executing "make clean", the two files "devlist.h classlist.h" will be
-deleted. Kbuild will assume files to be in the same relative directory as the
+When executing "make clean", the file "crc32table.h" will be deleted.
+Kbuild will assume files to be in the same relative directory as the
Makefile, except if prefixed with $(objtree).
To delete a directory hierarchy use: