reproduce (this is a W=1 build): # https://github.com/davidhildenbrand/linux/commit/d9cf33cabf3b3027973522362e9198273c7abffd git remote add davidhildenbrand https://github.com/davidhildenbrand/linux git fetch --no-tags davidhildenbrand migration git checkout d9cf33cabf3b3027973522362e9198273c7abffd # 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