Living Dead wrote:
>
> Is it possible to compile a single kernel module?
YES
> How?
Oh... so demanding...
Each feature of the kernel that can be compiled as a module has its own
subdirectory in the source tree. Assuming that you've already prepped
and compiled a kernel from your standi
# make modules
# loc=`find /usr/src/linux | grep foo.o`
# echo $loc
# cp $loc /lib/modules/
> From: Living Dead [mailto:[EMAIL PROTECTED]]
>
> Is it possible to compile a single kernel module?
> How?
___
Redhat-list mailing list
[EMAIL PROT