summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorChris Mason2008-09-25 18:25:16 +0200
committerChris Mason2008-09-25 21:41:59 +0200
commit60582d1e933649f14f46f816bb75049058679e01 (patch)
tree1ebd09134e7595d3bd77d444b8d5ddd380400a27 /fs/Makefile
parentUpdate Btrfs files for in-kernel usage (diff)
downloadkernel-qcow2-linux-60582d1e933649f14f46f816bb75049058679e01.tar.gz
kernel-qcow2-linux-60582d1e933649f14f46f816bb75049058679e01.tar.xz
kernel-qcow2-linux-60582d1e933649f14f46f816bb75049058679e01.zip
Add Btrfs to fs/Kconfig and fs/Makefile
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index a1482a5eff15..41fcc858c972 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -121,4 +121,5 @@ obj-$(CONFIG_HOSTFS) += hostfs/
obj-$(CONFIG_HPPFS) += hppfs/
obj-$(CONFIG_DEBUG_FS) += debugfs/
obj-$(CONFIG_OCFS2_FS) += ocfs2/
+obj-$(CONFIG_BTRFS_FS) += btrfs/
obj-$(CONFIG_GFS2_FS) += gfs2/