summaryrefslogtreecommitdiff
path: root/drivers/scsi/device_handler/Makefile
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2008-05-02 01:49:59 +0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-06-05 18:23:40 +0400
commitf6dd337ee4c440f29a873da3779eb3af44bd1623 (patch)
tree4bcadf05bb0a3971454319a070e90dc260e4924b /drivers/scsi/device_handler/Makefile
parentfbd7ab3eb53a3b88fefa7873139a62e439860155 (diff)
downloadlinux-f6dd337ee4c440f29a873da3779eb3af44bd1623.tar.xz
[SCSI] scsi_dh: add hp sw device handler
This patch provides the device handler to support the older hp boxes which cannot be upgraded. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/device_handler/Makefile')
-rw-r--r--drivers/scsi/device_handler/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/device_handler/Makefile b/drivers/scsi/device_handler/Makefile
index 1a42b3498318..08ec1943f19e 100644
--- a/drivers/scsi/device_handler/Makefile
+++ b/drivers/scsi/device_handler/Makefile
@@ -3,3 +3,4 @@
#
obj-$(CONFIG_SCSI_DH) += scsi_dh.o
obj-$(CONFIG_SCSI_DH_RDAC) += scsi_dh_rdac.o
+obj-$(CONFIG_SCSI_DH_HP_SW) += scsi_dh_hp_sw.o