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

Re: Easy way to compile loop.o?



On Fri, Oct 25, 2002 at 11:44:24PM -0400, Seneca wrote:
> 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


I believe you can do it a bit faster:

    6) make SUBDIRS=drivers/block modules

I haven't tried that myself.


>   7) make modules_install
> 
> -- 
> Seneca
> seneca-cunningham@rogers.com
> 

-- 

    Shaul Karl, shaulka@bezeqint.n e t



Reply to: