reproduce (this is a W=1 build): # https://github.com/multipath-tcp/mptcp_net-next/commit/899eca1cb578d3b24afc42b92b12e39b80f33559 git remote add mptcp https://github.com/multipath-tcp/mptcp_net-next.git git fetch --no-tags mptcp export-net git checkout 899eca1cb578d3b24afc42b92b12e39b80f33559 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 olddefconfig make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash