On Tue, 25 Nov 2003 20:09:57 +0100
Takashi Iwai <[EMAIL PROTECTED]> wrote:
> for building multiple drivers with a common core/library module, you
> can find an example in isa/sb directory. there snd-sb-common is
> shared among several different top-level modules. (usually, the
> common module is
At Tue, 25 Nov 2003 19:14:38 +0100,
Giuliano Pochini wrote:
>
>
> My driver supports several different cards of the same series. Most of the
> code is common for all cards, so I put the code which is not common into
> separate .c files. Well, now I need a way to tell make what is the card I
> wan
My driver supports several different cards of the same series. Most of the
code is common for all cards, so I put the code which is not common into
separate .c files. Well, now I need a way to tell make what is the card I
want the driver for.
--
Giuliano.
---