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>
This commit is contained in:
parent
214c8adb87
commit
0d8fe329a8
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue