Commit 0d8fe329a80714e0f729ae48cba8d64cbe5701cb

Authored by Boaz Harrosh
1 parent 214c8adb87

fs: Add exofs to Kernel build

- Add exofs to fs/Kconfig under "menu 'Miscellaneous filesystems'"
- Add exofs to fs/Makefile

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>

Showing 2 changed files with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -169,6 +169,8 @@
169 169 source "fs/sysv/Kconfig"
170 170 source "fs/ufs/Kconfig"
171 171  
  172 +source "fs/exofs/Kconfig"
  173 +
172 174 endif # MISC_FILESYSTEMS
173 175  
174 176 menuconfig NETWORK_FILESYSTEMS
... ... @@ -120,4 +120,5 @@
120 120 obj-$(CONFIG_OCFS2_FS) += ocfs2/
121 121 obj-$(CONFIG_BTRFS_FS) += btrfs/
122 122 obj-$(CONFIG_GFS2_FS) += gfs2/
  123 +obj-$(CONFIG_EXOFS_FS) += exofs/