kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectories
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 16 Oct 2019 05:15:46 +0000 (14:15 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 11 Nov 2019 11:10:01 +0000 (20:10 +0900)
commit203126293cd78c56578e33dfe8d517e7e83941a8
treee49baaf857d9cf50aa8f97752279f444eaf4df0a
parent35e046a203ee3bc8ba9ae3561b50de02646dfb81
kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectories

KBUILD_SINGLE_TARGETS does not need to contain all the targets.
Change it to keep track the targets only from the current directory
and its subdirectories.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.build