summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxgbi/cxgb4i/Kbuild
diff options
context:
space:
mode:
authorkxie@chelsio.com2010-08-17 05:55:53 +0200
committerJames Bottomley2010-09-05 19:29:07 +0200
commit7b36b6e03b0d6cee0948593a6a11841a457695b9 (patch)
tree6f68fa74acde025eb0759ada09b89697d61c5f54 /drivers/scsi/cxgbi/cxgb4i/Kbuild
parent[SCSI] libcxgbi: common library for cxgb3i and cxgb4i (diff)
downloadkernel-qcow2-linux-7b36b6e03b0d6cee0948593a6a11841a457695b9.tar.gz
kernel-qcow2-linux-7b36b6e03b0d6cee0948593a6a11841a457695b9.tar.xz
kernel-qcow2-linux-7b36b6e03b0d6cee0948593a6a11841a457695b9.zip
[SCSI] cxgb4i v5: iscsi driver
Added cxgb4i iSCSI driver. This patch implements the cxgb4i iscsi connection acceleration for the open-iscsi initiator. The cxgb4i driver offers the iscsi PDU based offload: - digest insertion and verification - payload direct-placement into host memory buffer. Signed-off-by: Karen Xie <kxie@chelsio.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/cxgbi/cxgb4i/Kbuild')
-rw-r--r--drivers/scsi/cxgbi/cxgb4i/Kbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/cxgbi/cxgb4i/Kbuild b/drivers/scsi/cxgbi/cxgb4i/Kbuild
new file mode 100644
index 000000000000..b9f4af7454b7
--- /dev/null
+++ b/drivers/scsi/cxgbi/cxgb4i/Kbuild
@@ -0,0 +1,3 @@
+EXTRA_CFLAGS += -I$(srctree)/drivers/net/cxgb4
+
+obj-$(CONFIG_SCSI_CXGB4_ISCSI) += cxgb4i.o