On Thu, Nov 04, 2004 at 04:54:54PM +0530, Anupam Kapoor wrote:
> hi all,
> 
> we have bunch of source files making up linux-26 driver and we are
> using kbuild for creating the final kernel module.
> 
> the problem is that the name for our kernel object (foo.ko) clashes
> with one of the sources (foo.c). kbuild barfs at this. changing the
> name of the kernel module, requires some un-needed changes our
> scripts, so if it can be avoided, it would be great.
> 
> the question is: is it possible to have a kernel object called foo.ko
> when we already have a source file called foo.c ?
Yes.

And with no special magic.
Please post your Makefile and I will take a look.

        Sam


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to