Linux in General > Linux Development & Programming

how to make built-in module as loadable module

(1/1)

prabhuvishnumurthy:
hi,
I want to know how to convert a built-in module into a loadable module. I am working on FUSE kernel module which is now built-in. so, the problem is whenever I make some changes, I have to compile the whole kernel to reflect the changes which I don't want to do it always. so, I am looking for alternative ways like making it as loadable module so that I can compile it independently without any need of compiling whole kernel. so, how can I do that? Is there any other ways, that can make work easier, other than making it as loadable one?

dragoncity99:
Have you looked  at this great documentation ?

http://tldp.org/LDP/lkmpg/2.6/html/

Navigation

[0] Message Index

Go to full version