Linux kernel: Difference between revisions

imported>Mic92
imported>Mic92
Line 326: Line 326:
the necessary cross-compiling arguments)
the necessary cross-compiling arguments)


<syntaxHightlight>
<syntaxHighlight lang=console>
$ nix-shell
$ nix-shell
# to configure
# to configure
Line 332: Line 332:
# to build
# to build
nix-shelll> make $makeFlags -j $(nproc)
nix-shelll> make $makeFlags -j $(nproc)
</syntaxHightlight>
</syntaxHighlight>


=== Compiling Linux with clang ===
=== Compiling Linux with clang ===