From c21e0bbfc48509a776ec4a39bd9a0fb45a9c315b Mon Sep 17 00:00:00 2001 From: "Matthew R. Ochs" Date: Tue, 9 Jun 2015 17:15:52 -0500 Subject: 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 Reviewed-by: Michael Neuling Signed-off-by: Matthew R. Ochs Signed-off-by: Manoj N. Kumar Reviewed-by: Brian King Signed-off-by: James Bottomley --- drivers/scsi/cxlflash/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 drivers/scsi/cxlflash/Makefile (limited to 'drivers/scsi/cxlflash/Makefile') 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 -- cgit