moudels.dep is empty after modules_install

Hello. I was using busybox to configure the RFS. After compiling the kernel source, I ordered the module_install for the driver that created it on the busybox. It’s compiled without error, but modules_install is empty. How can we solve it?

$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- distclean
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bb.org_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- menuconfig

13.PNG

14.PNG