Re: Installation directory for modules

2005-12-08 Thread Paul TBBle Hampson
On Fri, Nov 25, 2005 at 07:05:48AM +, John Talbut wrote: > When I run the Makefile below it installs the module in : > /lib/modules/$(KERNELRELEASE)/extra > As far as I can find out, this is the expected behaviour from the kbuild > Makefiles. > However, modprobe looks for modules in > /lib/

Installation directory for modules

2005-11-24 Thread John Talbut
When I run the Makefile below it installs the module in : /lib/modules/$(KERNELRELEASE)/extra As far as I can find out, this is the expected behaviour from the kbuild Makefiles. However, modprobe looks for modules in /lib/modules/`uname -r`. How can I get the modules to install in this direct