commit | c635d89f73ca293153054d3b1312e4b1cbb649be | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 30 22:17:46 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 04 17:51:43 2021 -0500 |
tree | ca38bcb5b59f05f837a2350588574e9eaa8f6fd5 | |
parent | 482bac9c1ed6f66c5a98d1e13c15834ff77ac802 [diff] |
buildman: Support single-threaded operation At present even if only a single thread is in use, buildman still uses threading. For some debugging it is helpful to do everything in the main process. Allow -T0 to support this. Signed-off-by: Simon Glass <sjg@chromium.org>