On Thu, Oct 04, 2001 at 06:50:27PM +0200, Pontus Lidman wrote:
> Hello,
>
> I'm trying to use automake 1.4a in a project where we build some Linux
> kernel modules. These modules are partially linked objects, i.e. .c is
> compiled to .o and these objects are linked using ld -r to produce the
> ke
Hello,
I'm trying to use automake 1.4a in a project where we build some Linux
kernel modules. These modules are partially linked objects, i.e. .c is
compiled to .o and these objects are linked using ld -r to produce the
kernel module.
However I can't seem to make it work. There seems to be no ex