reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/commit/?id=45d43937a44c806b8649323b8f5d9f42ae838b0e git remote add wireless-next https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git git fetch --no-tags wireless-next main git checkout 45d43937a44c806b8649323b8f5d9f42ae838b0e # 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