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