Jump to content

Linux kernel: Difference between revisions

imported>Mic92
imported>Mic92
Line 329: Line 329:
$ nix-shell
$ nix-shell
# to configure
# to configure
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>


Anonymous user