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

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

Kernel v2.4.13-ac8 /fs/Makefile

Filename:/fs/Makefile
Lines Added:9
Lines Deleted:3
Also changed in: (Previous) 2.4.13-ac7  2.4.13-ac6  2.4.13-ac5  2.4.13-ac4  2.4.13-ac3  2.4.13-ac1 
(Following) 2.4.14  2.4.15-pre2  2.4.15-pre3  2.4.15-pre4  2.4.15-pre5  2.4.15-pre6 

Location
[  2.4.13-ac8
  [  fs
     o  Makefile

Patch

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla/fs/Makefile linux.ac/fs/Makefile
--- linux.vanilla/fs/Makefile   Thu Oct 11 13:52:13 2001
+++ linux.ac/fs/Makefile   Mon Nov  5 10:25:28 2001
@@ -7,14 +7,14 @@
 
 O_TARGET := fs.o
 
-export-objs :=   filesystems.o open.o dcache.o
+export-objs :=   filesystems.o open.o dcache.o buffer.o jbd-kernel.o
 mod-subdirs :=   nls
 
 obj-y :=   open.o read_write.o devices.o file_table.o buffer.o \
       super.o block_dev.o char_dev.o stat.o exec.o pipe.o namei.o \
       fcntl.o ioctl.o readdir.o select.o fifo.o locks.o \
       dcache.o inode.o attr.o bad_inode.o file.o iobuf.o dnotify.o \
-      filesystems.o namespace.o
+      filesystems.o jbd-kernel.o namespace.o seq_file.o
 
 ifeq ($(CONFIG_QUOTA),y)
 obj-y += dquot.o
@@ -26,10 +26,14 @@
 subdir-y         += partitions
 
 # Do not add any filesystems before this line
+subdir-$(CONFIG_EXT3_FS)   += ext3    # Before ext2 so root fs can be ext3
+subdir-$(CONFIG_JBD)      += jbd
 subdir-$(CONFIG_EXT2_FS)   += ext2
+subdir-$(CONFIG_ZLIB_FS_INFLATE) += inflate_fs
 subdir-$(CONFIG_CRAMFS)      += cramfs
 subdir-$(CONFIG_RAMFS)      += ramfs
 subdir-$(CONFIG_CODA_FS)   += coda
+subdir-$(CONFIG_INTERMEZZO_FS)   += intermezzo
 subdir-$(CONFIG_MINIX_FS)   += minix
 subdir-$(CONFIG_FAT_FS)      += fat
 subdir-$(CONFIG_UMSDOS_FS)   += umsdos
@@ -39,7 +43,7 @@
 subdir-$(CONFIG_ISO9660_FS)   += isofs
 subdir-$(CONFIG_DEVFS_FS)   += devfs
 subdir-$(CONFIG_HFS_FS)      += hfs
-subdir-$(CONFIG_VXFS_FS)   += freevxfs
+subdir-$(CONFIG_FREEVXFS_FS)   += freevxfs 
 subdir-$(CONFIG_NFS_FS)      += nfs
 subdir-$(CONFIG_NFSD)      += nfsd
 subdir-$(CONFIG_LOCKD)      += lockd
@@ -63,9 +67,11 @@
 subdir-$(CONFIG_REISERFS_FS)   += reiserfs
 subdir-$(CONFIG_DEVPTS_FS)   += devpts
 subdir-$(CONFIG_SUN_OPENPROMFS)   += openpromfs
+subdir-$(CONFIG_CMS_FS)      += cmsfs
 
 
 obj-$(CONFIG_BINFMT_AOUT)   += binfmt_aout.o
+obj-$(CONFIG_BINFMT_SOM)   += binfmt_som.o
 obj-$(CONFIG_BINFMT_EM86)   += binfmt_em86.o
 obj-$(CONFIG_BINFMT_MISC)   += binfmt_misc.o
 


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