Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <ojeda@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

Miguel Ojeda and committed by
Masahiro Yamada
e3c9405e b7bfaa76

+1 -1
+1 -1
Documentation/kbuild/makefiles.rst
··· 1042 1042 1043 1043 When executing "make clean", the file "crc32table.h" will be deleted. 1044 1044 Kbuild will assume files to be in the same relative directory as the 1045 - Makefile, except if prefixed with $(objtree). 1045 + Makefile. 1046 1046 1047 1047 To exclude certain files or directories from make clean, use the 1048 1048 $(no-clean-files) variable.