mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
travis 10: forward j o make-host.sh
This commit is contained in:
2
run
2
run
@@ -42,7 +42,7 @@ case "$arch" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
cd kernel_module
|
cd kernel_module
|
||||||
./make-host.sh clean
|
./make-host.sh -j "$j" clean
|
||||||
cd ../buildroot
|
cd ../buildroot
|
||||||
for p in $(find '../buildroot_patches/' -maxdepth 1 -name '*.patch' -print); do
|
for p in $(find '../buildroot_patches/' -maxdepth 1 -name '*.patch' -print); do
|
||||||
patch -N -r - -p 1 <"$p" || :
|
patch -N -r - -p 1 <"$p" || :
|
||||||
|
|||||||
Reference in New Issue
Block a user