reproduce (this is a W=1 build): # https://github.com/weiny2/linux-kernel/commit/0d68c26c85d69c2365731a23a9f4c392d26ceac7 git remote add weiny2 https://github.com/weiny2/linux-kernel.git git fetch --no-tags weiny2 ackerley-1g-master git checkout 0d68c26c85d69c2365731a23a9f4c392d26ceac7 # 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