I had the same problem, and just making a recordmcount was able to solve it partially. There were other scripts / * modules.
The following command built all the modules missing for me:
cd $(sysroot)/usr/src/linux (in your case it should be /home/mynfs/linux) make scripts
Then all script modules were built, and I no longer had problems compiling kernel modules.
fsrechia
source share