From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: [PATCH 9/9] fs: Add exofs to Kernel build Date: Wed, 1 Apr 2009 17:30:43 +0300 Message-ID: <1238596243-10297-1-git-send-email-bharrosh@panasas.com> References: <49D374A1.5010303@panasas.com> Cc: Avishay Traeger To: Andrew Morton , Jeff Garzik , Randy Dunlap , Evgeniy Polyakov , Marcin Slusarz Received: from gw-ca.panasas.com ([209.116.51.66]:1896 "EHLO laguna.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1762911AbZDAOdq (ORCPT ); Wed, 1 Apr 2009 10:33:46 -0400 In-Reply-To: <49D374A1.5010303@panasas.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: - Add exofs to fs/Kconfig under "menu 'Miscellaneous filesystems'" - Add exofs to fs/Makefile Signed-off-by: Boaz Harrosh --- fs/Kconfig | 2 ++ fs/Makefile | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/fs/Kconfig b/fs/Kconfig index cef8b18..ae3b34a 100644 --- a/fs/Kconfig +++ b/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/fs/Makefile b/fs/Makefile index 6e82a30..ba77ef2 100644 --- a/fs/Makefile +++ b/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/ -- 1.6.2.1