> Hi,
> In Documentation/kbuild/ its only written how to make a .ko file
> from
> Source file.But i need to know to make a .ko file from a .o file not from
> source file.
In modules.txt there is a section about including a .o file in a module.
This is what you need. You cannot just randomly
Hi,
In Documentation/kbuild/ its only written how to make a .ko file from
Source file.But i need to know to make a .ko file from a .o file not from
source file.
Karthik.
On Sunday 13 March 2005 22:01, Sam Ravnborg wrote:
> On Mon, Mar 14, 2005 at 08:18:59AM -0800, karthik r wrote:
> > Hi,
On Mon, Mar 14, 2005 at 08:18:59AM -0800, karthik r wrote:
> Hi,
>
> I have an already existing some .o file now I want to convert it
> into a .ko file so that I can load that module in 2.6 kernel.
> how can I make the conversion.
Please take a good look at documentation in:
Documentatio