[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Easy way to compile loop.o?



On Sat, Oct 26, 2002 at 05:29:23AM +0200, Q. Gong wrote:
> Is it possible to only compile and add a module loop.o without recompiling
> the whole kernel? Thanks in advance.

Yes it is. The way that I've done it is (with appropriate permissions):

  0) cd /usr/src/$KERNEL_SOURCE
  1) make clean
  2) make menuconfig
  3) set the appropriate option(s) to <M>
  4) save and quit
  5) make dep
  6) make modules
  7) make modules_install

-- 
Seneca
seneca-cunningham@rogers.com



Reply to: