reproduce (this is a W=1 build): # https://github.com/Freescale/linux-fslc/commit/5fd1a9756fe0090bd795889b135e4dfb78141f0a git remote add freescale-fslc https://github.com/Freescale/linux-fslc git fetch --no-tags freescale-fslc 5.15-2.2.x-imx git checkout 5fd1a9756fe0090bd795889b135e4dfb78141f0a # 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