[v6 04/12] docker: Use "make -j$(nproc)" when invoking make

Simon Glass sjg at chromium.org
Thu Nov 28 16:45:33 CET 2024


On Wed, 27 Nov 2024 at 10:22, Tom Rini <trini at konsulko.com> wrote:
>
> We had a few places that were not using "make -j$(nproc)" but instead
> just plain "make" and so slowing down the overall build.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Changes in v6:
> - New patch
> ---
>  tools/docker/Dockerfile | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list