aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJeffrey Rogers <jeffreydavidrogers@gmail.com>2015-06-06 17:18:45 -0400
committerJonathan Corbet <corbet@lwn.net>2015-06-08 18:45:46 -0400
commitbd55daf48dc9a7583031c6c0c6930d7f836f56af (patch)
tree1c0e4cb213c805b4a92be02895491d610ffb6ad0 /Documentation
parentfc10639dfdc2603e8776ebbf6b20ff8b03340ed3 (diff)
kbuild: edit explanation of clean-files variable
Commit 976591810f8a (kbuild Update documentation of clean-files and clean-dirs) changed the example for the clean-files variable, but left the explanation unchanged. Edit the explanation to match the example. Signed-off-by: Jeffrey Rogers <jeffreydavidrogers@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-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).
755 #lib/Makefile 755 #lib/Makefile
756 clean-files := crc32table.h 756 clean-files := crc32table.h
757 757
758When executing "make clean", the two files "devlist.h classlist.h" will be 758When executing "make clean", the file "crc32table.h" will be deleted.
759deleted. Kbuild will assume files to be in the same relative directory as the 759Kbuild will assume files to be in the same relative directory as the
760Makefile, except if prefixed with $(objtree). 760Makefile, except if prefixed with $(objtree).
761 761
762To delete a directory hierarchy use: 762To delete a directory hierarchy use: