commit | 0d8fe329a80714e0f729ae48cba8d64cbe5701cb | [log] [tgz] |
---|---|---|
author | Boaz Harrosh <bharrosh@panasas.com> | Mon Dec 15 12:53:08 2008 +0200 |
committer | Boaz Harrosh <bharrosh@panasas.com> | Tue Mar 31 19:44:40 2009 +0300 |
tree | cebcf5e99a82ea3ee36edb0548e703d743260909 | |
parent | 214c8adb87b880690b103e86baffc46f8288fa62 [diff] [blame] |
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>
diff --git a/fs/Kconfig b/fs/Kconfig index cef8b18..ae3b34a 100644 --- a/fs/Kconfig +++ b/fs/Kconfig
@@ -169,6 +169,8 @@ source "fs/sysv/Kconfig" source "fs/ufs/Kconfig" +source "fs/exofs/Kconfig" + endif # MISC_FILESYSTEMS menuconfig NETWORK_FILESYSTEMS