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