commit | 1bb0b18a06dceee1fdc32161a72e28eab6f011c4 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Wed May 12 15:52:00 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Mon May 24 12:06:51 2021 +0900 |
tree | ec5307b8cb4f8ebf542d28cc893463216ad78298 | |
parent | cf536e185869d4815d506e777bcca6edd9966a6e [diff] |
kbuild: hide tools/ build targets from external module builds The tools/ directory only exists in the kernel source tree, not in external modules. Do not expose the meaningless targets to external modules. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>