kbuild: hide tools/ build targets from external module builds
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 12 May 2021 06:52:00 +0000 (15:52 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 24 May 2021 03:06:51 +0000 (12:06 +0900)
commit1bb0b18a06dceee1fdc32161a72e28eab6f011c4
treeec5307b8cb4f8ebf542d28cc893463216ad78298
parentcf536e185869d4815d506e777bcca6edd9966a6e
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>
Makefile