mirror of
https://github.com/tbsdtv/media_build.git
synced 2025-07-23 04:13:02 +02:00
Use all CPU core for make
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user