Re: 2.5 kbuild: use of '-z muldefs' for LD?

Peter Samuelson (peter@cadcamlab.org)
Mon, 9 Jun 2003 09:29:56 -0500


[Christoph Hellwig]
> Well, if you want separate copies of it you have to make sure the
> symbols won't clash, e.g. calling all functions in it
>
> MYPREFIX_foo
>
> and then do #define MYPREFIX KBUILD_MODNAME

...or just move everything into a header file as static functions.
Inline, even, if the code is really trivial enough that you don't want
to make a separate module of it.

Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/