commit | b1fbfcb4a20949df08dd995927cdc5ad220c128d | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Nov 18 13:52:47 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Nov 23 15:46:42 2019 +0900 |
tree | 990554a461705562493e12258f57af41b931d15f | |
parent | 7ef9ab3b32b4bb72a7d70b832d2eb12ceb93d9fd [diff] |
kbuild: make single target builds even faster Commit 2dffd23f81a3 ("kbuild: make single target builds much faster") made the situation much better. To improve it even more, apply the similar idea to the top Makefile. Trim unrelated directories from build-dirs. The single build code must be moved above the 'descend' target. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Tested-by: Jens Axboe <axboe@kernel.dk>