aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
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/Kconfig
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/Kconfig')
-rw-r--r--fs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index f95ae3a027f3..e352b3785eb2 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -220,6 +220,7 @@ source "fs/pstore/Kconfig"
220source "fs/sysv/Kconfig" 220source "fs/sysv/Kconfig"
221source "fs/ufs/Kconfig" 221source "fs/ufs/Kconfig"
222source "fs/exofs/Kconfig" 222source "fs/exofs/Kconfig"
223source "fs/f2fs/Kconfig"
223 224
224endif # MISC_FILESYSTEMS 225endif # MISC_FILESYSTEMS
225 226