lkml.org 
[lkml]   [2009]   [Mar]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 8/8] fs: Add exofs to Kernel build
    Date
    - Add exofs to fs/Kconfig under "menu 'Miscellaneous filesystems'"
    - Add exofs to fs/Makefile

    Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
    ---
    fs/Kconfig | 2 ++
    fs/Makefile | 1 +
    2 files changed, 3 insertions(+), 0 deletions(-)

    diff --git a/fs/Kconfig b/fs/Kconfig
    index 93945dd..d0c544c 100644
    --- a/fs/Kconfig
    +++ b/fs/Kconfig
    @@ -223,6 +223,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 dc20db3..f5f5ce7 100644
    --- a/fs/Makefile
    +++ b/fs/Makefile
    @@ -124,3 +124,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


    \
     
     \ /
      Last update: 2009-03-18 19:17    [W:6.952 / U:0.216 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site