]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
stating/lustre: only build if configured as module
authorPeng Tao <tao.peng@emc.com>
Mon, 15 Jul 2013 14:27:08 +0000 (22:27 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 19:23:57 +0000 (12:23 -0700)
commitc1042ed805e5c8829e0b60d4c7722b5099da40c9
treed72e606e6b4b25d37d33ff9e5c30577237cfa49f
parent4b1e84ed8883d4f24f99417cb84165ff77a99d66
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>
drivers/staging/lustre/lustre/Kconfig