patch-2.0.31 linux/fs/Makefile
Next file: linux/fs/autofs/Makefile
Previous file: linux/fs/Config.in
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Fri Sep 5 20:43:59 1997
- Orig file:
v2.0.30/linux/fs/Makefile
- Orig date:
Wed May 8 08:28:01 1996
diff -u --recursive --new-file v2.0.30/linux/fs/Makefile linux/fs/Makefile
@@ -13,11 +13,11 @@
O_OBJS = open.o read_write.o inode.o devices.o file_table.o buffer.o \
super.o block_dev.o stat.o exec.o pipe.o namei.o fcntl.o \
ioctl.o readdir.o select.o fifo.o locks.o filesystems.o \
- dcache.o $(BINFMTS)
+ dcache.o bad_inode.o $(BINFMTS)
MOD_LIST_NAME := FS_MODULES
ALL_SUB_DIRS = minix ext ext2 fat msdos vfat proc isofs nfs xiafs umsdos \
- hpfs sysv smbfs ncpfs ufs affs
+ hpfs sysv smbfs ncpfs ufs affs autofs
ifeq ($(CONFIG_QUOTA),y)
O_OBJS += dquot.o
@@ -154,6 +154,14 @@
else
ifeq ($(CONFIG_AFFS_FS),m)
MOD_SUB_DIRS += affs
+ endif
+endif
+
+ifeq ($(CONFIG_AUTOFS_FS),y)
+SUB_DIRS += autofs
+else
+ ifeq ($(CONFIG_AUTOFS_FS),m)
+ MOD_SUB_DIRS += autofs
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov