You are not logged in.

#1 2004-04-15 22:31:52

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Module compiling

How can I compile an individual module from the kernel source tree?


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#2 2004-04-16 03:29:39

wdemoss
Member
From: WV - USA
Registered: 2004-01-18
Posts: 222

Re: Module compiling

Go into the directory in the kernel source for the module you want to build. There should be a Makefile there. then execute

make -C /usr/src/linux-2.6.5 SUBDIRS=$PWD modules

You need to have permissions to read/write from the source directory.


Hobbes : Shouldn't we read the instructions?
Calvin : Do I look like a sissy?

Offline

Board footer

Powered by FluxBB