summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash/Makefile
diff options
context:
space:
mode:
authorMatthew R. Ochs <mrochs@linux.vnet.ibm.com>2015-08-13 21:47:43 -0500
committerJames Bottomley <JBottomley@Odin.com>2015-08-26 18:04:37 -0700
commit65be2c79acc3aa0f9c0e8d4871f5a451d854465a (patch)
tree44a0bcdad372238cdfcfbdeb2f47875c4f575509 /drivers/scsi/cxlflash/Makefile
parent5cdac81a870f3bb65c50d3f5566a86fb086118d2 (diff)
downloadop-kernel-dev-65be2c79acc3aa0f9c0e8d4871f5a451d854465a.zip
op-kernel-dev-65be2c79acc3aa0f9c0e8d4871f5a451d854465a.tar.gz
cxlflash: Superpipe support
Add superpipe supporting infrastructure to device driver for the IBM CXL Flash adapter. This patch allows userspace applications to take advantage of the accelerated I/O features that this adapter provides and bypass the traditional filesystem stack. Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> Signed-off-by: Manoj N. Kumar <manoj@linux.vnet.ibm.com> Reviewed-by: Michael Neuling <mikey@neuling.org> Reviewed-by: Wen Xiong <wenxiong@linux.vnet.ibm.com> Reviewed-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/cxlflash/Makefile')
-rw-r--r--drivers/scsi/cxlflash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/cxlflash/Makefile b/drivers/scsi/cxlflash/Makefile
index dc95e20..c14d24c 100644
--- a/drivers/scsi/cxlflash/Makefile
+++ b/drivers/scsi/cxlflash/Makefile
@@ -1,2 +1,2 @@
obj-$(CONFIG_CXLFLASH) += cxlflash.o
-cxlflash-y += main.o
+cxlflash-y += main.o superpipe.o lunmgt.o
OpenPOWER on IntegriCloud