From: Boaz Harrosh Date: Mon, 15 Dec 2008 10:53:08 +0000 (+0200) Subject: fs: Add exofs to Kernel build X-Git-Tag: firefly_0821_release~14806^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0d8fe329a80714e0f729ae48cba8d64cbe5701cb;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/fs/Kconfig b/fs/Kconfig index cef8b18ceaa3..ae3b34a2ea69 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 6e82a307bcd4..ba77ef2d293f 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/