| Question about kernel compilation Hi,
I have one more question as follows:
When i do "make menuconfig" and i configure the some driver as "M"
during kernel compilation i am getting like this in one of the line (output during make)
LD drivers/usb/gadget/built-in.o
I was not getting .ko files. Now the thing is when i loaded the kernel image on to board, How do i load this driver as i configured the driver as "M" during kernel config.
why .ko files are not there?
regards,
dinky |