Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1042ed8 authored by Peng Tao's avatar Peng Tao Committed by Greg Kroah-Hartman
Browse files

stating/lustre: only build if configured as module



Lustre internal dependency needs to be cleaned up. Currently,
libcfs is acting as a basis of all other modules, while other
modules in lustre/ directory in turn depend on lnet modules.
It creates a dependency loop that need to be fixed. Hopefully
we will remove libcfs in the end. So just disable buildin for
now.

Signed-off-by: default avatarPeng Tao <tao.peng@emc.com>
Signed-off-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4b1e84ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config LUSTRE_FS
	tristate "Lustre file system client support"
	depends on STAGING && INET && BROKEN
	depends on STAGING && INET && m && BROKEN
	select LNET
	select CRYPTO
	select CRYPTO_CRC32