如何生成modules.dep文件?

How to generate modules.dep file?

我尝试构建一个 linux 模块(Hello World)我创建了一个目录(测试)创建了 hello.c 文件和 Makefile 相同的 directory.After 编译 Makefile,我没有任何 modules.dep 文件。 这是一个问题吗?如果是,我如何生成 modules.dep 文件?

如果您的模块依赖于另一个模块运行 depmod 命令来更新模块依赖文件。 参见 man depmod