Nov. 6, 2016
12:05 p.m.
On Thu, Nov 03, 2016 at 03:29:59AM +0800, Hao Zhang wrote:
hi, what's the sequence of the built in kernel module be probed?
Link order.
and how to change it ?
Change the order in which the modules are linked by moving their location in the Makefile. Hope this helps, greg k-h