summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpi3mr/Makefile
diff options
context:
space:
mode:
authorSreekanth Reddy <sreekanth.reddy@broadcom.com>2022-08-04 16:12:16 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2022-08-23 06:34:05 +0300
commitfc7212fd3100920fea711a80482d967388a4603c (patch)
treedf42793b5b0f9bee1c06aac04b5ac3695006279f /drivers/scsi/mpi3mr/Makefile
parent7188c03ff8849cebdc3a88a3f3af1436c8ba8155 (diff)
downloadlinux-fc7212fd3100920fea711a80482d967388a4603c.tar.xz
scsi: mpi3mr: Add framework to add phys to STL
Add framework to register and unregister the host and expander phys with SCSI Transport Layer (STL). Link: https://lore.kernel.org/r/20220804131226.16653-6-sreekanth.reddy@broadcom.com Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com> Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/mpi3mr/Makefile')
-rw-r--r--drivers/scsi/mpi3mr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/mpi3mr/Makefile b/drivers/scsi/mpi3mr/Makefile
index f5cdbe48c150..ef86ca46646b 100644
--- a/drivers/scsi/mpi3mr/Makefile
+++ b/drivers/scsi/mpi3mr/Makefile
@@ -3,3 +3,4 @@ obj-m += mpi3mr.o
mpi3mr-y += mpi3mr_os.o \
mpi3mr_fw.o \
mpi3mr_app.o \
+ mpi3mr_transport.o