Faster compile time. Make uses all cores

This commit is contained in:
Moowool 2021-12-10 18:15:03 -05:00
parent f1bd10bef1
commit c91bed4dbb

View File

@ -5,7 +5,7 @@ if [ "$(id -u)" != "0" ]; then
exit 1 exit 1
fi fi
make && make -j$(nproc) &&
cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless && cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless &&
depmod && depmod &&
echo " echo "