Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fs/Makefile: Always inspect exofs/

fs/exofs directory has multiple targets now, of which the
ore.ko will be needed by the pnfs-objects-layout-driver
(fs/nfs/objlayout).

As suggested by: Michal Marek <mmarek@suse.cz> convert
inclusion of exofs/ from obj-$(CONFIG_EXOFS_FS) => obj-$(y).
So ORE can be selected also from fs/nfs/Kconfig

CC: Michal Marek <mmarek@suse.cz>
CC: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>

+1 -1
+1 -1
fs/Makefile
··· 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/ 123 + obj-$(y) += exofs/ # Multiple mods, used by nfs/objlayout 124 124 obj-$(CONFIG_CEPH_FS) += ceph/ 125 125 obj-$(CONFIG_PSTORE) += pstore/