patch-2.1.78 linux/fs/Makefile
Next file: linux/fs/affs/inode.c
Previous file: linux/fs/Config.in
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sun Jan 4 10:40:16 1998
- Orig file:
v2.1.77/linux/fs/Makefile
- Orig date:
Sun Dec 21 16:17:44 1997
diff -u --recursive --new-file v2.1.77/linux/fs/Makefile linux/fs/Makefile
@@ -17,7 +17,7 @@
MOD_LIST_NAME := FS_MODULES
ALL_SUB_DIRS = coda minix ext2 fat msdos vfat proc isofs nfs umsdos ntfs \
- hpfs sysv smbfs ncpfs ufs affs romfs autofs lockd nfsd nls
+ hpfs sysv smbfs ncpfs ufs affs romfs autofs hfs lockd nfsd nls
ifeq ($(CONFIG_QUOTA),y)
O_OBJS += dquot.o
@@ -90,6 +90,14 @@
else
ifeq ($(CONFIG_ISO9660_FS),m)
MOD_SUB_DIRS += isofs
+ endif
+endif
+
+ifeq ($(CONFIG_HFS_FS),y)
+SUB_DIRS += hfs
+else
+ ifeq ($(CONFIG_HFS_FS),m)
+ MOD_SUB_DIRS += hfs
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov