Re: Linux 2.6 kernel module compilation without using KBUILD
"Adam T. Bowen" <[email protected]>
| Newsgroups | org.kernel.vger.linux-admin |
|---|---|
| Message-ID | <[email protected]> |
Hi, murtuja bharmal wrote: > I want to compile external linux kernel module without > using KBUILD. [snip] > Do we have any document which describe how to make > kernel module without using KBUILD. > > Any pointer of information is very helpful for me. There is a free O'Reilly book on building kernel modules: http://lwn.net/Kernel/LDD3/ And there is also The Linux Kernel Module Programming Guide: http://tldp.org/LDP/lkmpg/2.6/html/lkmpg.html which has a whole section on creating your own makefiles for modules that are not part of the kernel: 2.2. Compiling Kernel Modules. Cheers Adam