mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 05:26:46 +07:00
5e7dccad36
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
|