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