What does "call AutoProbe" do in kernel module packages?

I'm looking at packages/kernel/linux/modules/*.mk files.
Sometimes I see:
AUTOLOAD:=$(call AutoProbe ...
other times I see:
AUTOLOAD:=$(call AutoLoad ...

What is the difference between these two? What do they do?
Please document this!

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.