1. 静态加载
http://blog.youkuaiyun.com/gorilla0123/article/details/5958874
注意:a, 模块本身有依赖关系,怎么办(没验证)
b. 如果模块声明的优先级相同怎么同时严格的先后顺序?
通过 obj-y += 来控制,makefile里排在前面的先加载
http://stackoverflow.com/questions/5669647/linux-order-of-statically-linked-module-loading
2. 动态加载