mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-08-06 19:43:24 +00:00
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>
8 lines
197 B
Makefile
8 lines
197 B
Makefile
#
|
|
# SCSI Device Handler
|
|
#
|
|
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
|