reproduce (this is a W=1 build): git remote add anolis-intel-cloud https://gitee.com/anolis/intel-cloud-kernel.git git fetch --no-tags anolis-intel-cloud devel-5.10 git checkout 8b1eb93240d3b8ee02b4ca41c3c69a9b2c7ad59c # 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