lkml.org 
[lkml]   [2000]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
On 2000-10-02 Claudius Link wrote:

>With me that was a simple makefile problem
> linux/fs/Makefile
>changed quit a bit. So you have to add the line
> subdir-$(CONFIG_REISERFS_FS) += reiserfs
>somewhere (for example after "subdir-$(CONFIG_JFFS_FS) += jffs")
>then it works fine.

Right, thanks. Here is a tested little patchlet:

diff -u linux/fs/Makefile.orig linux/fs/Makefile
--- linux/fs/Makefile.orig Mon Oct 2 10:27:34 2000
+++ linux/fs/Makefile Mon Oct 2 09:59:03 2000
@@ -60,6 +60,7 @@
subdir-$(CONFIG_ADFS_FS) += adfs
subdir-$(CONFIG_DEVPTS_FS) += devpts
subdir-$(CONFIG_SUN_OPENPROMFS) += openpromfs
+subdir-$(CONFIG_REISERFS_FS) += reiserfs


obj-$(CONFIG_BINFMT_AOUT) += binfmt_aout.o

With kind regards,
Steven Cole
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:39    [W:0.049 / U:0.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site