Searched hist:b1fbfcb4a20949df08dd995927cdc5ad220c128d (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ |
H A D | Makefile | b1fbfcb4a20949df08dd995927cdc5ad220c128d Sun Nov 17 22:52:47 CST 2019 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|