On Mon, 9 Jun 2003, Christoph Hellwig wrote:
> On Mon, Jun 09, 2003 at 01:56:59PM +0200, Jaroslav Kysela wrote:
> > one object file for more targets. Example:
> >
> > --
> > snd-ice1712-objs := ice1712.o delta.o hoontech.o ews.o ak4xxx.o
> > snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o
On Mon, Jun 09, 2003 at 01:04:38PM +0100, Christoph Hellwig wrote:
> On Mon, Jun 09, 2003 at 01:56:59PM +0200, Jaroslav Kysela wrote:
> > one object file for more targets. Example:
> >
> > --
> > snd-ice1712-objs := ice1712.o delta.o hoontech.o ews.o ak4xxx.o
> > snd-ice1724-objs := ice1724.o
Hello all,
I am trying to figure the best solution for our problem. We reuse
one object file for more targets. Example:
--
snd-ice1712-objs := ice1712.o delta.o hoontech.o ews.o ak4xxx.o
snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o ak4xxx.o
# Toplevel Module Dependency
obj-$(C
On Mon, 9 Jun 2003, Christoph Hellwig wrote:
> On Mon, Jun 09, 2003 at 01:56:59PM +0200, Jaroslav Kysela wrote:
> > one object file for more targets. Example:
> >
> > --
> > snd-ice1712-objs := ice1712.o delta.o hoontech.o ews.o ak4xxx.o
> > snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o
Hello.
scripts/kconfig/conf does not check number of command line arguments
properly, and it segfaults if it is invoked without filename.
Thanks in advance.
Index: linux25/scripts/kconfig/conf.c
===
RCS file: /cvsroot/usagi/usagi/k
[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 t
On Mon, Jun 09, 2003 at 04:01:41PM +0200, Jaroslav Kysela wrote:
> But this solution will create a new kernel module. The shared code is
> really small and having small codes in separated modules is waste of
> memory in my eyes.
Well, if you want separate copies of it you have to make sure the
s
*grr*
Can you _please_ stop the stupid practice of Cc'ing members-only
lists? Thanks.
---
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've n
On Mon, Jun 09, 2003 at 01:56:59PM +0200, Jaroslav Kysela wrote:
> one object file for more targets. Example:
>
> --
> snd-ice1712-objs := ice1712.o delta.o hoontech.o ews.o ak4xxx.o
> snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o ak4xxx.o
>
> # Toplevel Module Dependency
> obj-$(CONFIG