Use all CPU core for make

This commit is contained in:
CrazyCat
2021-10-07 21:11:10 +03:00
committed by GitHub
parent 4f2ae6729e
commit c6194cd34c

View File

@@ -8,7 +8,7 @@ sed -i -r 's/(^CONFIG.*_RC.*=)./\1n/g' v4l/.config
sed -i -r 's/(^CONFIG.*_IR.*=)./\1n/g' v4l/.config
echo "V4L drivers building..."
make -j5
make -j$(nproc)
echo "V4L drivers installing..."
#sudo rm -r -f /lib/modules/$(uname -r)/kernel/drivers/media