patch-2.4.0-test3 linux/fs/Makefile

Next file: linux/fs/adfs/adfs.h
Previous file: linux/fs/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/fs/Makefile linux/fs/Makefile
@@ -19,7 +19,7 @@
 ALL_SUB_DIRS = coda minix ext2 fat msdos vfat proc isofs nfs umsdos ntfs \
 		hpfs sysv smbfs ncpfs ufs efs affs romfs autofs hfs lockd \
 		nfsd nls devpts devfs adfs partitions qnx4 udf bfs cramfs \
-		openpromfs autofs4 ramfs
+		openpromfs autofs4 ramfs jffs
 
 SUB_DIRS :=
 
@@ -227,6 +227,14 @@
 else
   ifeq ($(CONFIG_EFS_FS),m)
   MOD_SUB_DIRS += efs
+  endif
+endif
+
+ifeq ($(CONFIG_JFFS_FS),y)
+SUB_DIRS += jffs
+else
+  ifeq ($(CONFIG_JFFS_FS),m)
+  MOD_SUB_DIRS += jffs
   endif
 endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)