You are not logged in.
Pages: 1
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
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
Pages: 1