LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Compiling new drivers directly into the kernal as opposed to modules (https://www.linuxquestions.org/questions/linux-general-1/compiling-new-drivers-directly-into-the-kernal-as-opposed-to-modules-6796/)

scgadgets 09-22-2001 06:21 PM

Compiling new drivers directly into the kernal as opposed to modules
 
Well, I would like to "update" the kernal source tree for a newer version of PCMCIA. How can I accomplish this? I've had success configuing and installing the PCMCIA update, however, only as a module.

How can I build it into the kernal?

Thanks,
SCG

undef 09-22-2001 09:50 PM

start the make *config process. when you get to the pcmia section, choose Y for yes instead of M.

jharris 09-23-2001 06:37 AM

If its external souce, that you want to integrate into the kernel code then you will need to use the patch utility... If its possible with the souce code you have it will be mentioned in the readme files, along with instructions. If its not mentioned then you're pretty much out of luck... There may be seperate patch files to download....

HTH

Jamie...


All times are GMT -5. The time now is 12:23 AM.