如何定义内核模块的依赖关系,
例:
got module1 and module2.
我怎么说说内核module2应该在之后加载module1还是module2依赖于module1?
module2
module1
注意:module2没有使用来自module1的任何符号,但是在我的用例中,顺序仍然很重要。因此不要与内核中的moddep有关。
linux-device-driver linux-kernel
linux-device-driver ×1
linux-kernel ×1