Make sysfs default

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2041 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2010-09-03 16:47:51 +00:00
parent 376befe8c3
commit d36e8ba654
4 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
* GNU General Public License for more details.
*/
#define CONFIG_SCST_PROC
/* #define CONFIG_SCST_PROC */
#ifdef CONFIG_SCST_PROC
#define ISCSI_VERSION_STRING_SUFFIX "-procfs"

View File

@@ -96,7 +96,7 @@ static DEVICE_ATTR(class2_enabled,
#ifdef CONFIG_SCSI_QLA2XXX_TARGET
#define CONFIG_SCST_PROC
/* #define CONFIG_SCST_PROC */
#ifdef CONFIG_SCST_PROC

View File

@@ -27,7 +27,7 @@
#include <linux/interrupt.h>
#include <linux/wait.h>
#define CONFIG_SCST_PROC
/* #define CONFIG_SCST_PROC */
#ifdef CONFIG_SCST_PROC
#include <linux/proc_fs.h>

View File

@@ -39,8 +39,8 @@ obj-m := scst.o
scst-y += scst_main.o
scst-y += scst_targ.o
scst-y += scst_lib.o
scst-y += scst_proc.o
#scst-y += scst_sysfs.o
#scst-y += scst_proc.o
scst-y += scst_sysfs.o
scst-y += scst_mem.o
scst-y += scst_debug.o
scst-y += scst_pres.o