mirror of
https://github.com/gnab/rtl8812au
synced 2025-01-06 14:16:19 +00:00
Faster compile time. Make uses all cores
This commit is contained in:
parent
f1bd10bef1
commit
c91bed4dbb
@ -5,7 +5,7 @@ if [ "$(id -u)" != "0" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
make &&
|
||||
make -j$(nproc) &&
|
||||
cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless &&
|
||||
depmod &&
|
||||
echo "
|
||||
|
Loading…
Reference in New Issue
Block a user