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