summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxgb3i/Kbuild
diff options
context:
space:
mode:
authorKaren Xie2009-04-01 20:11:27 +0200
committerJames Bottomley2009-04-03 16:23:13 +0200
commit0d0c27f2e83619083280c4c4f1bc33f2b58132ac (patch)
tree62fc26f09335c64549c8b7eea5c14e469d8eae28 /drivers/scsi/cxgb3i/Kbuild
parent[SCSI] cxgb3i: close all tcp connections upon chip reset (diff)
downloadkernel-qcow2-linux-0d0c27f2e83619083280c4c4f1bc33f2b58132ac.tar.gz
kernel-qcow2-linux-0d0c27f2e83619083280c4c4f1bc33f2b58132ac.tar.xz
kernel-qcow2-linux-0d0c27f2e83619083280c4c4f1bc33f2b58132ac.zip
[SCSI] cxgb3i: merge cxgb3i_ddp into cxgb3i module
- Merge cxgb3i_ddp.ko to cxgb3i.ko as there is no other users. - Bump the driver version up to 1.0.2. Signed-off-by: Karen Xie <kxie@chelsio.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/cxgb3i/Kbuild')
-rw-r--r--drivers/scsi/cxgb3i/Kbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/cxgb3i/Kbuild b/drivers/scsi/cxgb3i/Kbuild
index ee7d6d2f9c3b..25a2032bfa26 100644
--- a/drivers/scsi/cxgb3i/Kbuild
+++ b/drivers/scsi/cxgb3i/Kbuild
@@ -1,4 +1,4 @@
EXTRA_CFLAGS += -I$(TOPDIR)/drivers/net/cxgb3
-cxgb3i-y := cxgb3i_init.o cxgb3i_iscsi.o cxgb3i_pdu.o cxgb3i_offload.o
-obj-$(CONFIG_SCSI_CXGB3_ISCSI) += cxgb3i_ddp.o cxgb3i.o
+cxgb3i-y := cxgb3i_init.o cxgb3i_iscsi.o cxgb3i_pdu.o cxgb3i_offload.o cxgb3i_ddp.o
+obj-$(CONFIG_SCSI_CXGB3_ISCSI) += cxgb3i.o