patch-1.3.94 linux/fs/Makefile
Next file: linux/fs/affs/Makefile
Previous file: linux/fs/Config.in
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Mon Apr 22 15:39:51 1996
- Orig file:
v1.3.93/linux/fs/Makefile
- Orig date:
Sat Mar 2 13:18:47 1996
diff -u --recursive --new-file v1.3.93/linux/fs/Makefile linux/fs/Makefile
@@ -17,7 +17,7 @@
MOD_LIST_NAME := FS_MODULES
ALL_SUB_DIRS = minix ext ext2 fat msdos vfat proc isofs nfs xiafs umsdos \
- hpfs sysv smbfs ncpfs
+ hpfs sysv smbfs ncpfs ufs affs
ifeq ($(CONFIG_QUOTA),y)
O_OBJS += dquot.o
@@ -139,6 +139,14 @@
ifeq ($(CONFIG_HPFS_FS),m)
MOD_SUB_DIRS += hpfs
endif
+endif
+
+ifeq ($(CONFIG_UFS_FS),y)
+SUB_DIRS += ufs
+endif
+
+ifeq ($(CONFIG_AFFS_FS),y)
+SUB_DIRS += affs
endif
ifeq ($(CONFIG_BINFMT_ELF),y)
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