X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2FDocumentation%2Fkbuild%2Fmakefiles.txt;h=13f888a02a3de5cb7ecfdb2ed03eb1d721601de9;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=d2b1c40cb666714779698fbc5ef81f21b2aa3906;hpb=41f827bfbb10e03c4d228fbcc801dd51fb9983b0;p=kvmfornfv.git diff --git a/kernel/Documentation/kbuild/makefiles.txt b/kernel/Documentation/kbuild/makefiles.txt index d2b1c40cb..13f888a02 100644 --- a/kernel/Documentation/kbuild/makefiles.txt +++ b/kernel/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: