Re: compiling ext2 outside source tree

2010-01-10 Thread Manish Katiyar
On Sun, Jan 10, 2010 at 10:37 PM, Onkar wrote: > Hi , >     I want to take the folder ext2 from linux-2.6.31.5/fs/ext2  compile it > outside the tree and > insmod ext2.ko. What changes should I make to the Makefile ? /tmp> cp -r /home/mkatiyar/personal/kernel/linux-2.6.32.2/fs/ext2 . /tmp> cd ext

Re: compiling ext2 outside source tree

2010-01-10 Thread SandeepKsinha
On Sun, Jan 10, 2010 at 10:37 PM, Onkar wrote: > Hi , >     I want to take the folder ext2 from linux-2.6.31.5/fs/ext2  compile it > outside the tree and > insmod ext2.ko. What changes should I make to the Makefile ? > You can keep it inside and compile ext2 only make SUBDIRS=fs/ext2 > Please

compiling ext2 outside source tree

2010-01-10 Thread Onkar
Hi , I want to take the folder ext2 from linux-2.6.31.5/fs/ext2 compile it outside the tree and insmod ext2.ko. What changes should I make to the Makefile ? Please help me get going with this. Regards, Onkar