Add MAKEOPTS to make_kernel
This commit is contained in:
parent
3917e57508
commit
a75315513c
@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
export MAKEOPTS="-j$(nproc)"
|
||||
|
||||
cd /usr/src/linux
|
||||
|
||||
# make clean
|
||||
|
Loading…
Reference in New Issue
Block a user