It may be worth adding the following command for faster compilations before the fakeroot command on https://github.com/Joshua-Riek/linux-rockchip/wiki#building-the-kernel
Use all available CPU cores to speed up compilation
export DEB_BUILD_OPTIONS="parallel=$(nproc)"
It may be worth adding the following command for faster compilations before the fakeroot command on https://github.com/Joshua-Riek/linux-rockchip/wiki#building-the-kernel
Use all available CPU cores to speed up compilation
export DEB_BUILD_OPTIONS="parallel=$(nproc)"