#!/bin/sh
make clean
make oldconfig
make -j4 zImage
make -j4 modules
make dtbs
sudo make modules_install
~/bin/install_kernel
