From 7b2c41682cfaa5badef153088fc595555080da4b Mon Sep 17 00:00:00 2001 From: Boaz Harrosh Date: Mon, 15 Dec 2008 12:53:08 +0200 Subject: [PATCH] --- yaml --- r: 140149 b: refs/heads/master c: 0d8fe329a80714e0f729ae48cba8d64cbe5701cb h: refs/heads/master i: 140147: 8e34f76ea0e2c21d7200efb55f18b2ec59a077fa v: v3 --- [refs] | 2 +- trunk/fs/Kconfig | 2 ++ trunk/fs/Makefile | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 21d2080905cc..96e2d666a956 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 214c8adb87b880690b103e86baffc46f8288fa62 +refs/heads/master: 0d8fe329a80714e0f729ae48cba8d64cbe5701cb diff --git a/trunk/fs/Kconfig b/trunk/fs/Kconfig index cef8b18ceaa3..ae3b34a2ea69 100644 --- a/trunk/fs/Kconfig +++ b/trunk/fs/Kconfig @@ -169,6 +169,8 @@ source "fs/romfs/Kconfig" source "fs/sysv/Kconfig" source "fs/ufs/Kconfig" +source "fs/exofs/Kconfig" + endif # MISC_FILESYSTEMS menuconfig NETWORK_FILESYSTEMS diff --git a/trunk/fs/Makefile b/trunk/fs/Makefile index 6e82a307bcd4..ba77ef2d293f 100644 --- a/trunk/fs/Makefile +++ b/trunk/fs/Makefile @@ -120,3 +120,4 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/ obj-$(CONFIG_OCFS2_FS) += ocfs2/ obj-$(CONFIG_BTRFS_FS) += btrfs/ obj-$(CONFIG_GFS2_FS) += gfs2/ +obj-$(CONFIG_EXOFS_FS) += exofs/