From bf9aad9979f533f38735751010967ff9fda98fb9 Mon Sep 17 00:00:00 2001 From: Steve Wise Date: Tue, 18 Nov 2014 12:31:22 -0800 Subject: [PATCH] Enabling building cxgb4i Signed-off-by: Steve Wise --- Makefile | 4 ++-- ofed_scripts/checkout_files | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 899ccbe..a0559be 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,6 @@ obj-$(CONFIG_MLX5_CORE) += drivers/net/ethernet/mellanox/mlx5/core/ obj-$(CONFIG_BE2NET) += drivers/net/ethernet/emulex/benet/ obj-$(CONFIG_RDS) += net/rds/ obj-$(CONFIG_SUNRPC_XPRT_RDMA) += net/sunrpc/xprtrdma/ -# obj-$(CONFIG_SCSI_CXGB3_ISCSI) += drivers/scsi/cxgbi/ -# obj-$(CONFIG_SCSI_CXGB4_ISCSI) += drivers/scsi/cxgbi/ +obj-$(CONFIG_SCSI_CXGB3_ISCSI) += drivers/scsi/cxgbi/ +obj-$(CONFIG_SCSI_CXGB4_ISCSI) += drivers/scsi/cxgbi/ obj-$(CONFIG_SCSI_SRP_ATTRS) += drivers/scsi/ diff --git a/ofed_scripts/checkout_files b/ofed_scripts/checkout_files index 1d43fc4..7162be9 100644 --- a/ofed_scripts/checkout_files +++ b/ofed_scripts/checkout_files @@ -14,4 +14,5 @@ net/sunrpc/xprtrdma drivers/scsi/Makefile drivers/scsi/scsi_priv.h drivers/scsi/scsi_transport_srp.c +drivers/scsi/cxgbi/ include/scsi/scsi_transport_srp.h -- 2.41.0