reproduce (this is a W=1 build): # https://github.com/tobetter/linux/commit/0a01b3c15e7c03cfbd687185d96a66d0cca87069 git remote add tobetter https://github.com/tobetter/linux git fetch --no-tags tobetter odroid-5.15.y git checkout 0a01b3c15e7c03cfbd687185d96a66d0cca87069 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=i386 olddefconfig make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash