From: Miguel Ojeda Date: Sat, 7 Jan 2023 14:37:47 +0000 (+0100) Subject: docs: kbuild: remove mention to dropped $(objtree) feature X-Git-Tag: microblaze-v6.6~1325^2~8 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=e3c9405ec56b6b0a75d993427bfc7f4194f73754;p=linux-2.6-microblaze.git docs: kbuild: remove mention to dropped $(objtree) feature Commit 8d613a1d048c ("kbuild: drop $(objtree)/ prefix support for clean-files") dropped support for prefixing with $(objtree). Thus update the documentation to match that change. Signed-off-by: Miguel Ojeda Signed-off-by: Masahiro Yamada --- diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst index 6b7368d1f516..38bc74eaa547 100644 --- a/Documentation/kbuild/makefiles.rst +++ b/Documentation/kbuild/makefiles.rst @@ -1042,7 +1042,7 @@ $(clean-files). 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). +Makefile. To exclude certain files or directories from make clean, use the $(no-clean-files) variable.