From: Peng Tao Date: Mon, 15 Jul 2013 14:27:08 +0000 (+0800) Subject: stating/lustre: only build if configured as module X-Git-Tag: upstream/snapshot3+hdmi~4473^2~800 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1042ed805e5c8829e0b60d4c7722b5099da40c9;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/Kconfig b/drivers/staging/lustre/lustre/Kconfig index e0eb830..c59ea55 100644 --- a/drivers/staging/lustre/lustre/Kconfig +++ b/drivers/staging/lustre/lustre/Kconfig @@ -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