aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk.kim@samsung.com>2012-11-02 04:25:27 -0400
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2012-12-10 23:43:42 -0500
commita14d53937cc850d5631e0f809986751770ef65ac (patch)
treef635336203dc94aec90b14e643276a8038398e8e /fs/Makefile
parent902829aa0b722511369e4e6193e66390bc58e0a2 (diff)
f2fs: update Kconfig and Makefile
This adds Makefile and Kconfig for f2fs, and updates Makefile and Kconfig files in the fs directory. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.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 1d7af79288a0..9d53192236fc 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -123,6 +123,7 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/
123obj-$(CONFIG_OCFS2_FS) += ocfs2/ 123obj-$(CONFIG_OCFS2_FS) += ocfs2/
124obj-$(CONFIG_BTRFS_FS) += btrfs/ 124obj-$(CONFIG_BTRFS_FS) += btrfs/
125obj-$(CONFIG_GFS2_FS) += gfs2/ 125obj-$(CONFIG_GFS2_FS) += gfs2/
126obj-$(CONFIG_F2FS_FS) += f2fs/
126obj-y += exofs/ # Multiple modules 127obj-y += exofs/ # Multiple modules
127obj-$(CONFIG_CEPH_FS) += ceph/ 128obj-$(CONFIG_CEPH_FS) += ceph/
128obj-$(CONFIG_PSTORE) += pstore/ 129obj-$(CONFIG_PSTORE) += pstore/