summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds2005-07-28 02:08:21 +0200
committerLinus Torvalds2005-07-28 02:08:21 +0200
commite0aa8afd97536a9d94f82a07b4c4b3f05aef6f82 (patch)
treea0ac7eb5814f61f8205ce88d31529f8090b74f2e /drivers/scsi/qla2xxx/Makefile
parent[PATCH] Avoid device suspend on reboot (diff)
downloadkernel-qcow2-linux-e0aa8afd97536a9d94f82a07b4c4b3f05aef6f82.tar.gz
kernel-qcow2-linux-e0aa8afd97536a9d94f82a07b4c4b3f05aef6f82.tar.xz
kernel-qcow2-linux-e0aa8afd97536a9d94f82a07b4c4b3f05aef6f82.zip
Fix up qla2xxx configuration bogosity
If we haven't configured the qla24xx driver, then the Makefile shouldn't do it for us. This also means that we can avoid the unnecessary selection of FC_ATTRS. Debugged by James Bottomley
Diffstat (limited to 'drivers/scsi/qla2xxx/Makefile')
-rw-r--r--drivers/scsi/qla2xxx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/Makefile b/drivers/scsi/qla2xxx/Makefile
index 982b83604b41..00d2e3c21ef6 100644
--- a/drivers/scsi/qla2xxx/Makefile
+++ b/drivers/scsi/qla2xxx/Makefile
@@ -1,5 +1,4 @@
EXTRA_CFLAGS += -DUNIQUE_FW_NAME
-CONFIG_SCSI_QLA24XX=m
EXTRA_CFLAGS += -DCONFIG_SCSI_QLA24XX -DCONFIG_SCSI_QLA24XX_MODULE
qla2xxx-y := qla_os.o qla_init.o qla_mbx.o qla_iocb.o qla_isr.o qla_gs.o \