patch-1.3.60 linux/fs/Makefile
Next file: linux/fs/buffer.c
Previous file: linux/fs/Config.in
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Wed Feb 7 09:39:27 1996
- Orig file:
v1.3.59/linux/fs/Makefile
- Orig date:
Tue Jan 2 16:46:27 1996
diff -u --recursive --new-file v1.3.59/linux/fs/Makefile linux/fs/Makefile
@@ -16,8 +16,8 @@
dcache.o $(BINFMTS)
MOD_LIST_NAME := FS_MODULES
-ALL_SUB_DIRS = minix ext ext2 msdos proc isofs nfs xiafs umsdos hpfs sysv \
- smbfs ncpfs
+ALL_SUB_DIRS = minix ext ext2 fat msdos vfat proc isofs nfs xiafs umsdos \
+ hpfs sysv smbfs ncpfs
ifeq ($(CONFIG_QUOTA),y)
O_OBJS += dquot.o
@@ -49,11 +49,27 @@
endif
endif
+ifeq ($(CONFIG_FAT_FS),y)
+SUB_DIRS += fat
+else
+ ifeq ($(CONFIG_MSDOS_FS),m)
+ MOD_SUB_DIRS += fat
+ endif
+endif
+
ifeq ($(CONFIG_MSDOS_FS),y)
SUB_DIRS += msdos
else
ifeq ($(CONFIG_MSDOS_FS),m)
MOD_SUB_DIRS += msdos
+ endif
+endif
+
+ifeq ($(CONFIG_VFAT_FS),y)
+SUB_DIRS += vfat
+else
+ ifeq ($(CONFIG_VFAT_FS),m)
+ MOD_SUB_DIRS += vfat
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this