On Sat, 11 May 2002 13:32:25 +0300, Dan Aloni wrote: > On Fri, May 10, 2002 at 10:09:09PM +0300, Amir Sela wrote: > > > Is there a way, to compile a single module out of the kernel source > > tree, without fiddling about manually with the Makefiles and such ? > > I wanted to compile ntfs.c(as a loadable module, of course), and I'm > > not very well versed in the Makefile structure of the entire kernel > > tree. > > No, you have to configure the kernel first. > > After that, you can do: > make SUBDIRS=fs/ntfs modules > > Much faster than waiting for the whole kernel to (re)build. > > -- > Dan Aloni > [EMAIL PROTECTED]
Other then by reading the Makefile, is this (and maybe other shortcuts) documented? Where? I used it today. Currently finding your post is easy because it is only a few days old. In the future it would be much harder. -- Shaul Karl email: shaulka(replace with the at - @ - character)bezeqint.net ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]