Re: Linux 2.6 kernel module compilation without using KBUILD

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
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
adamb [ Mi, 28 November 2007 11:00 ] [ ID #1880467 ]
Linux » gmane.linux.admin » Re: Linux 2.6 kernel module compilation without using KBUILD

Vorheriges Thema: Remaster distribution (CentOS 5.1)
Nächstes Thema: Linux 2.6 kernel module compilation without using KBUILD