diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-10-21 11:46:04 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-10-21 11:46:04 -0400 |
commit | 513b046c96cc2fbce730a3474f6f7ff0c4fdd05c (patch) | |
tree | e8006368b6f643067486f92405a404757807d6da /fs/Makefile | |
parent | 82810b7b6cc7a74c68881a13b0eb66c7a6370fcc (diff) | |
parent | c7a3bd177f248d01ee18a01d22048c80e071c331 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index 819b2a93bebe..9a5ce9323bfd 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -57,11 +57,14 @@ obj-$(CONFIG_CONFIGFS_FS) += configfs/ | |||
57 | obj-y += devpts/ | 57 | obj-y += devpts/ |
58 | 58 | ||
59 | obj-$(CONFIG_PROFILING) += dcookies.o | 59 | obj-$(CONFIG_PROFILING) += dcookies.o |
60 | obj-$(CONFIG_DLM) += dlm/ | ||
60 | 61 | ||
61 | # Do not add any filesystems before this line | 62 | # Do not add any filesystems before this line |
62 | obj-$(CONFIG_REISERFS_FS) += reiserfs/ | 63 | obj-$(CONFIG_REISERFS_FS) += reiserfs/ |
63 | obj-$(CONFIG_EXT3_FS) += ext3/ # Before ext2 so root fs can be ext3 | 64 | obj-$(CONFIG_EXT3_FS) += ext3/ # Before ext2 so root fs can be ext3 |
65 | obj-$(CONFIG_EXT4DEV_FS) += ext4/ # Before ext2 so root fs can be ext4dev | ||
64 | obj-$(CONFIG_JBD) += jbd/ | 66 | obj-$(CONFIG_JBD) += jbd/ |
67 | obj-$(CONFIG_JBD2) += jbd2/ | ||
65 | obj-$(CONFIG_EXT2_FS) += ext2/ | 68 | obj-$(CONFIG_EXT2_FS) += ext2/ |
66 | obj-$(CONFIG_CRAMFS) += cramfs/ | 69 | obj-$(CONFIG_CRAMFS) += cramfs/ |
67 | obj-$(CONFIG_RAMFS) += ramfs/ | 70 | obj-$(CONFIG_RAMFS) += ramfs/ |
@@ -75,6 +78,7 @@ obj-$(CONFIG_BFS_FS) += bfs/ | |||
75 | obj-$(CONFIG_ISO9660_FS) += isofs/ | 78 | obj-$(CONFIG_ISO9660_FS) += isofs/ |
76 | obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+ | 79 | obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+ |
77 | obj-$(CONFIG_HFS_FS) += hfs/ | 80 | obj-$(CONFIG_HFS_FS) += hfs/ |
81 | obj-$(CONFIG_ECRYPT_FS) += ecryptfs/ | ||
78 | obj-$(CONFIG_VXFS_FS) += freevxfs/ | 82 | obj-$(CONFIG_VXFS_FS) += freevxfs/ |
79 | obj-$(CONFIG_NFS_FS) += nfs/ | 83 | obj-$(CONFIG_NFS_FS) += nfs/ |
80 | obj-$(CONFIG_EXPORTFS) += exportfs/ | 84 | obj-$(CONFIG_EXPORTFS) += exportfs/ |
@@ -109,3 +113,4 @@ obj-$(CONFIG_HOSTFS) += hostfs/ | |||
109 | obj-$(CONFIG_HPPFS) += hppfs/ | 113 | obj-$(CONFIG_HPPFS) += hppfs/ |
110 | obj-$(CONFIG_DEBUG_FS) += debugfs/ | 114 | obj-$(CONFIG_DEBUG_FS) += debugfs/ |
111 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ | 115 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ |
116 | obj-$(CONFIG_GFS2_FS) += gfs2/ | ||