Building

Build Linux Binary

To build the kernel run

If you already have plz installed you can replace ./pleasew with it in these commands.
./pleasew build //:kernel

This will output the kernel to plz-out/bin/linux.

Creating Tarball with Binary

./pleasew build //:archive

This will create an archive at plz-out/gen/koble-kernel-VERSION.tar.gz containing the linux binary.