You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
f6dd337ee4
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>
7 lines
154 B
Makefile
7 lines
154 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
|