public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: kbuild: remove mention to dropped $(objtree) feature
@ 2023-01-07 14:37 ojeda
  2023-01-08 12:51 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: ojeda @ 2023-01-07 14:37 UTC (permalink / raw)
  To: Masahiro Yamada, Jonathan Corbet, linux-kbuild, linux-doc
  Cc: linux-kernel, patches, Miguel Ojeda, Nathan Chancellor,
	Nick Desaulniers, Nicolas Schier

From: Miguel Ojeda <ojeda@kernel.org>

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>
---
 Documentation/kbuild/makefiles.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.

base-commit: 88603b6dc419445847923fcb7fe5080067a30f98
-- 
2.39.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-08 12:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-07 14:37 [PATCH] docs: kbuild: remove mention to dropped $(objtree) feature ojeda
2023-01-08 12:51 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox