diff options
author | Varun Prakash <varun@chelsio.com> | 2016-07-21 19:27:16 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-07-25 19:31:08 +0200 |
commit | 71f7a00bd13d5b0a21a77c438007210bf0a06c91 (patch) | |
tree | a906ea9686ec6edb79fd0de1d180f868efdff83e /drivers/scsi/cxgbi/Makefile | |
parent | cxgb3i,cxgb4i,libcxgbi: remove iSCSI DDP support (diff) | |
download | linux-71f7a00bd13d5b0a21a77c438007210bf0a06c91.tar.xz linux-71f7a00bd13d5b0a21a77c438007210bf0a06c91.zip |
cxgb4i,libcxgbi: add iSCSI DDP support
Add iSCSI DDP support in cxgb4i driver
using common iSCSI DDP Page Pod Manager.
Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/scsi/cxgbi/Makefile')
-rw-r--r-- | drivers/scsi/cxgbi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/cxgbi/Makefile b/drivers/scsi/cxgbi/Makefile index 86007e344955..a73781ac1800 100644 --- a/drivers/scsi/cxgbi/Makefile +++ b/drivers/scsi/cxgbi/Makefile @@ -1,2 +1,4 @@ +ccflags-y += -Idrivers/net/ethernet/chelsio/libcxgb + obj-$(CONFIG_SCSI_CXGB3_ISCSI) += libcxgbi.o cxgb3i/ obj-$(CONFIG_SCSI_CXGB4_ISCSI) += libcxgbi.o cxgb4i/ |