Forum Discussion
Altera_Forum
Honored Contributor
20 years agoFirst, enable modules support in your kernel.
Then config the drivers which you want to turn into modules, with [M] your drivers. Then build the kernel and modules install. The modules fies will be in the /lib/modules/2.6.11-uc0/kernel/drivers/..... . There is a file /lib/modules/2.6.11-uc0/modules.dep, which list all of them.