Commit e3c9405e authored by Miguel Ojeda's avatar Miguel Ojeda Committed by Masahiro Yamada

docs: kbuild: remove mention to dropped $(objtree) feature

Commit 8d613a1d ("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: default avatarMiguel Ojeda <ojeda@kernel.org>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent b7bfaa76
...@@ -1042,7 +1042,7 @@ $(clean-files). ...@@ -1042,7 +1042,7 @@ $(clean-files).
When executing "make clean", the file "crc32table.h" will be deleted. When executing "make clean", the file "crc32table.h" will be deleted.
Kbuild will assume files to be in the same relative directory as the 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 To exclude certain files or directories from make clean, use the
$(no-clean-files) variable. $(no-clean-files) variable.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment