Skip to content

Commit

Permalink
Enable parallel build for Linux kernel
Browse files Browse the repository at this point in the history
Signed-off-by: marian-pritsak <[email protected]>
  • Loading branch information
marian-pritsak committed Oct 21, 2016
1 parent 206a893 commit db5ba14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ stg init
stg import -s ../patch/series

# Building a custom kernel from Debian kernel source
fakeroot make -f debian/rules.gen binary-arch_amd64_none
fakeroot make -f debian/rules.gen -j $(nproc) binary-arch_amd64_none

0 comments on commit db5ba14

Please sign in to comment.