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
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to