On Thu, Jun 15, 2000 at 12:08:06PM +0530, Ghins Mathai wrote:
> Whenever I need a single module (say msdos.o), I do the following:
> make menuconfig (Choose the MSDOS support as a module)
> make dep
> make modules
> 
> This creates all the modules, whereas what I need is only the msdos.o
> module. Is there any way by which I can specify that only this module
> needs to be created ?

Try

cd /usr/src/linux; make -C fs/msdos msdos.o

Info might be outdated - haven't touched linux kernel in a long time.

        -Arun

-----------------------------------------------------------------------
The LIH mailing list archives are available at:
http://lists.linux-india.org/cgi-bin/wilma/linux-india-help

Reply via email to