Re: [kbuild-devel] Linking an external module with a pre-built external library

2004-10-01 Thread Sam Ravnborg
On Wed, Sep 29, 2004 at 04:17:17PM +, Harshad Toke wrote: Hi, I have a kernel module foo.o that needs to be linked with an existing lib.a. This library has been already built and should be used only at the link step of the external module. I could not find a way to achive this. If

[kbuild-devel] Linking an external module with a pre-built external library

2004-09-29 Thread Harshad Toke
Hi, I have a kernel module foo.o that needs to be linked with an existing lib.a. This library has been already built and should be used only at the link step of the external module. I could not find a way to achive this. If I specify something llike this : obj-m := foo.o foo-objs :=