kernel: make the build FSAT on FSAT computers
I have 128 threads, builds should take only but a moment!
This commit is contained in:
parent
98d3336926
commit
644f42c35e
1 changed files with 1 additions and 2 deletions
|
@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
make vmlinux modules_prepare
|
make vmlinux modules_prepare -j$NIX_BUILD_CORES
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
@ -103,5 +103,4 @@ stdenv.mkDerivation rec {
|
||||||
make clean modules_prepare
|
make clean modules_prepare
|
||||||
cp -a . $modulesupport
|
cp -a . $modulesupport
|
||||||
'';
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue