Skip to content

Commit e3c9405

Browse files
ojedamasahir0y
authored andcommitted
docs: kbuild: remove mention to dropped $(objtree) feature
Commit 8d613a1 ("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 <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent b7bfaa7 commit e3c9405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/kbuild/makefiles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ $(clean-files).
10421042

10431043
When executing "make clean", the file "crc32table.h" will be deleted.
10441044
Kbuild will assume files to be in the same relative directory as the
1045-
Makefile, except if prefixed with $(objtree).
1045+
Makefile.
10461046

10471047
To exclude certain files or directories from make clean, use the
10481048
$(no-clean-files) variable.

0 commit comments

Comments
 (0)