commit | 60582d1e933649f14f46f816bb75049058679e01 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 12:25:16 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 15:41:59 2008 -0400 |
tree | 1ebd09134e7595d3bd77d444b8d5ddd380400a27 | |
parent | b4f6c45dfbf84f47c21f73f6370ad1292b0627fd [diff] [blame] |
Add Btrfs to fs/Kconfig and fs/Makefile Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/Makefile b/fs/Makefile index a1482a5..41fcc85 100644 --- a/fs/Makefile +++ b/fs/Makefile
@@ -121,4 +121,5 @@ obj-$(CONFIG_HPPFS) += hppfs/ obj-$(CONFIG_DEBUG_FS) += debugfs/ obj-$(CONFIG_OCFS2_FS) += ocfs2/ +obj-$(CONFIG_BTRFS_FS) += btrfs/ obj-$(CONFIG_GFS2_FS) += gfs2/