reproduce (this is a W=1 build): # https://github.com/kkdwivedi/linux/commit/2a7700316f24b476a25243d28d4e19c517814836 git remote add kkdwivedi https://github.com/kkdwivedi/linux git fetch --no-tags kkdwivedi res-lock-base git checkout 2a7700316f24b476a25243d28d4e19c517814836 # 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