Description of changes: Properly limit parallelism of the kernel build. The Makefile currently invokes the kernel build with make -j$(nprocs), but because $(nprocs) is unbound this leads to unlimited parallelism.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: #23
Description of changes: Properly limit parallelism of the kernel build. The Makefile currently invokes the kernel build with
make -j$(nprocs)
, but because$(nprocs)
is unbound this leads to unlimited parallelism.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.