docs: kbuild: remove mention to dropped $(objtree) feature
authorMiguel Ojeda <ojeda@kernel.org>
Sat, 7 Jan 2023 14:37:47 +0000 (15:37 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 8 Jan 2023 22:34:37 +0000 (07:34 +0900)
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 <ojeda@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Documentation/kbuild/makefiles.rst

index 6b7368d..38bc74e 100644 (file)
@@ -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.