summaryrefslogtreecommitdiff
path: root/drivers/scsi/device_handler/Makefile
diff options
context:
space:
mode:
authorChandra Seetharaman <sekharan@us.ibm.com>2008-05-01 14:50:04 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-06-05 09:23:40 -0500
commit5e7dccad3621f6e2b572f309cf830a2c902cae80 (patch)
tree8eb76b8904c479f7c15766aa37283046b3ebf23e /drivers/scsi/device_handler/Makefile
parentf6dd337ee4c440f29a873da3779eb3af44bd1623 (diff)
[SCSI] scsi_dh: add EMC Clariion device handler
This adds support for EMC Clariions. This patch has the features that currently exists in mainline and advanced features from Ed's patches. Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> 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 08ec1943f19e..35272e93b1c8 100644
--- a/drivers/scsi/device_handler/Makefile
+++ b/drivers/scsi/device_handler/Makefile
@@ -4,3 +4,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
+obj-$(CONFIG_SCSI_DH_EMC) += scsi_dh_emc.o