Re: compile one kernel module

2002-09-09 Thread shaulka
On Mon, Sep 09, 2002 at 07:05:53AM -0700, Michael West wrote: > I is possible to compile just a single kernel module and copy it to > /lib/modules by hand and have it work? > > Sometimes with new hardware I end up trial and error compiling to > see what will work. Just doing

compile one kernel module

2002-09-09 Thread Michael West
I is possible to compile just a single kernel module and copy it to /lib/modules by hand and have it work? Sometimes with new hardware I end up trial and error compiling to see what will work. Just doing a `make modules modules_install` works, but it would be nice to hav