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: Peng Tao <tao.peng@emc.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Peng Tao 2013-07-15 22:27:08 +08:00 committed by Greg Kroah-Hartman
parent 4b1e84ed88
commit c1042ed805

View File

@ -1,6 +1,6 @@
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