>> 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'
Ah, I see. How about
cd /usr/src/linux; make SUBDIRS='fs/msdos' msdos.o ?
s/SUBDIRS/whatever/ - look in the top level makefile.
-Arun
-----------------------------------------------------------------------
LIH is all for free speech. But it was created for a purpose - to help
people discuss issues about installing and running Linux. If your
messages are counterproductive to this purpose, your privileges to
submit messages can and will be revoked.