From d6434e1042f3b0a6dfe1b1f615af369486f9b1fa Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 9 Oct 1999 00:00:47 +0000 Subject: Merge with 2.3.19. --- fs/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'fs/Makefile') diff --git a/fs/Makefile b/fs/Makefile index 069b1a2a4..8bfbd050b 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -13,12 +13,14 @@ O_TARGET := fs.o O_OBJS = open.o read_write.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 inode.o attr.o bad_inode.o $(BINFMTS) + dcache.o inode.o attr.o bad_inode.o file.o iobuf.o $(BINFMTS) MOD_LIST_NAME := FS_MODULES ALL_SUB_DIRS = coda minix ext2 fat msdos vfat proc isofs nfs umsdos ntfs \ hpfs sysv smbfs ncpfs ufs efs affs romfs autofs hfs lockd \ - nfsd nls devpts adfs qnx4 + nfsd nls devpts adfs partitions qnx4 udf + +SUB_DIRS := partitions ifeq ($(CONFIG_QUOTA),y) O_OBJS += dquot.o @@ -223,6 +225,14 @@ else endif endif +ifeq ($(CONFIG_UDF_FS),y) +SUB_DIRS += udf +else + ifeq ($(CONFIG_UDF_FS),m) + MOD_SUB_DIRS += udf + endif +endif + ifeq ($(CONFIG_AUTOFS_FS),y) SUB_DIRS += autofs else -- cgit v1.2.3