Re: Compiling a SINGLE kernel module

2001-02-28 Thread Michael R. Jinks
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

RE: Compiling a SINGLE kernel module

2001-02-28 Thread Hugo . Rabson
# 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