Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.1.101 /fs/Makefile

Filename:/fs/Makefile
Lines Added:2
Lines Deleted:6
Also changed in: (Previous) 2.1.93  2.1.80  2.1.78  2.1.74  2.1.70  2.1.60 
(Following) 2.1.107  2.1.120 

Location
[  2.1.101
  [  fs
     o  Makefile

Patch

diff -u --recursive --new-file v2.1.100/linux/fs/Makefile linux/fs/Makefile
--- v2.1.100/linux/fs/Makefile   Mon Apr  6 17:41:00 1998
+++ linux/fs/Makefile   Fri May  8 17:54:39 1998
@@ -13,21 +13,17 @@
 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 \
-      inode.o dcache.o attr.o bad_inode.o $(BINFMTS) 
+      dcache.o inode.o attr.o bad_inode.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 affs romfs autofs hfs lockd nfsd \
-      nls devpts
+      nls devpts adfs
 
 ifeq ($(CONFIG_QUOTA),y)
 O_OBJS += dquot.o
 else
 O_OBJS += noquot.o
-endif
-
-ifeq ($(CONFIG_TRANS_NAMES),y)
-O_OBJS += nametrans.o
 endif
 
 ifeq ($(CONFIG_CODA_FS),y)


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.