Linux kernel: Difference between revisions

imported>Mic92
imported>Mic92
Line 352: Line 352:
$ nix-shell> make $makeFlags defconfig -j $(nproc)
$ nix-shell> make $makeFlags defconfig -j $(nproc)
# to build
# to build
$ nix-shelll> make $makeFlags -j $(nproc)
$ nix-shell> make $makeFlags -j $(nproc)
</syntaxHighlight>
</syntaxHighlight>