1
0
Fork 0

Add MAKEOPTS to make_kernel

This commit is contained in:
Stefan Reimer 2016-04-09 13:19:45 -07:00
parent 3917e57508
commit a75315513c
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh
set -e
export MAKEOPTS="-j$(nproc)"
cd /usr/src/linux
# make clean