On Thu, 15 Jun 2000, Arun Sharma wrote:

> 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.
> 

I tried that. Got the following:

[root@chanakya linux-2.2.14]# make -C fs/msdos/ msdos.o
make: Entering directory `/usr/src/linux-2.2.14/fs/msdos'
Makefile:15: /Rules.make: No such file or directory
make: *** No rule to make target `/Rules.make'.  Stop.
make: Leaving directory `/usr/src/linux-2.2.14/fs/msdos'






-----------------------------------------------------------------------
For more information on the LIH mailing list see:
http://lists.linux-india.org/lists/LIH

Reply via email to