diff options
author | Matthew R. Ochs <mrochs@linux.vnet.ibm.com> | 2015-06-09 17:15:52 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-07-30 21:02:01 -0700 |
commit | c21e0bbfc48509a776ec4a39bd9a0fb45a9c315b (patch) | |
tree | ec2bc76bd16eb59c3efbd7af05c8364eb4a9ecf0 /drivers/scsi/cxlflash/Makefile | |
parent | 2dc127bb299d1c7436a08e79193bd0251068356e (diff) |
cxlflash: Base support for IBM CXL Flash Adapter
SCSI device driver to support filesystem access on the IBM CXL Flash adapter.
Supported-by: Stephen Bates <stephen.bates@pmcs.com>
Reviewed-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: Manoj N. Kumar <manoj@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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/cxlflash/Makefile b/drivers/scsi/cxlflash/Makefile new file mode 100644 index 000000000000..dc95e203e3af --- /dev/null +++ b/drivers/scsi/cxlflash/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_CXLFLASH) += cxlflash.o +cxlflash-y += main.o |