Re: [Ilugc] How to compile module

2008-12-12 Thread Satish Eerpini
Hi ashish , they are the object files which were linked into the kernel module file(.ko), you need not worry about them , they should actually be gone if you run 'make clean' also for more info refer to LDD 3rd edition (Linux Device Drivers) , it is all explained there , .. .you should

Re: [Ilugc] How to compile module

2008-12-12 Thread Ashish Verma
Thanks Santosh and Satish. Regards, Ashish On Fri, Dec 12, 2008 at 1:34 PM, Satish Eerpini eerp...@gmail.com wrote: Hi ashish , they are the object files which were linked into the kernel module file(.ko), you need not worry about them , they should actually be gone if you run 'make

[Ilugc] How to compile module

2008-12-11 Thread Ashish Verma
Hi, I have a pcnet32.c file. I want to make a module out of it. What should I do. The below link requires me to make a make file. I don't know how to do that. Please advise. http://www.cyberciti.biz/tips/build-linux-kernel-module-against-installed-kernel-source-tree.html Regards, Ashish

Re: [Ilugc] How to compile module

2008-12-11 Thread Santosh
Ashish Verma wrote: Hi, I have a pcnet32.c file. I want to make a module out of it. What should I do. The below link requires me to make a make file. I don't know how to do that. Please advise. http://www.cyberciti.biz/tips/build-linux-kernel-module-against-installed-kernel-source-tree.html

Re: [Ilugc] How to compile module

2008-12-11 Thread kish
this helped me http://tldp.org/LDP/lkmpg/2.6/html/lkmpg.html -- kish --- Esse Quam Videri krisk.wordpress.com ___ To unsubscribe, email [EMAIL PROTECTED] with unsubscribe password address in the subject or body of the message.