mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 21:51:27 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user