patch-1.3.51 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: 18
- Date:
Tue Dec 26 06:03:00 1995
- Orig file:
v1.3.50/linux/fs/Makefile
- Orig date:
Mon Dec 11 15:42:03 1995
diff -u --recursive --new-file v1.3.50/linux/fs/Makefile linux/fs/Makefile
@@ -13,10 +13,16 @@
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 dquot.o $(BINFMTS)
+ dcache.o $(BINFMTS)
MOD_LIST_NAME := FS_MODULES
ALL_SUB_DIRS = minix ext ext2 msdos proc isofs nfs xiafs umsdos hpfs sysv smbfs
+
+ifeq ($(CONFIG_QUOTA),y)
+O_OBJS += dquot.o
+else
+O_OBJS += noquot.o
+endif
ifeq ($(CONFIG_MINIX_FS),y)
SUB_DIRS += minix
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