patch-2.3.99-pre9 linux/fs/Makefile
Next file: linux/fs/affs/namei.c
Previous file: linux/drivers/video/riva/fbdev.c
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Mon May 15 13:54:04 2000
- Orig file:
v2.3.99-pre8/linux/fs/Makefile
- Orig date:
Tue Apr 11 15:09:21 2000
diff -u --recursive --new-file v2.3.99-pre8/linux/fs/Makefile linux/fs/Makefile
@@ -21,7 +21,7 @@
nfsd nls devpts devfs adfs partitions qnx4 udf bfs cramfs \
openpromfs autofs4 ramfs
-SUB_DIRS := partitions
+SUB_DIRS :=
ifeq ($(CONFIG_QUOTA),y)
O_OBJS += dquot.o
@@ -29,6 +29,14 @@
O_OBJS += noquot.o
endif
+ifdef CONFIG_PROC_FS
+SUB_DIRS += proc
+endif
+
+SUB_DIRS += partitions
+
+# Do not add any filesystems before this line
+
ifeq ($(CONFIG_EXT2_FS),y)
SUB_DIRS += ext2
else
@@ -91,10 +99,6 @@
ifeq ($(CONFIG_VFAT_FS),m)
MOD_SUB_DIRS += vfat
endif
-endif
-
-ifdef CONFIG_PROC_FS
-SUB_DIRS += proc
endif
ifeq ($(CONFIG_BFS_FS),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)