diff options
author | kxie@chelsio.com <kxie@chelsio.com> | 2010-08-16 20:55:53 -0700 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-09-05 14:29:23 -0300 |
commit | 6f7efaabefebfbc523ea9776e3663a2d81b86399 (patch) | |
tree | b77eb425e2320e0a15d149723b190ac09062b5ee /drivers/scsi/cxgbi/Makefile | |
parent | 7b36b6e03b0d6cee0948593a6a11841a457695b9 (diff) | |
download | linux-6f7efaabefebfbc523ea9776e3663a2d81b86399.tar.bz2 |
[SCSI] cxgb3i: change cxgb3i to use libcxgbi
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/Makefile')
-rw-r--r-- | drivers/scsi/cxgbi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/cxgbi/Makefile b/drivers/scsi/cxgbi/Makefile index 9e8f604888dc..86007e344955 100644 --- a/drivers/scsi/cxgbi/Makefile +++ b/drivers/scsi/cxgbi/Makefile @@ -1 +1,2 @@ +obj-$(CONFIG_SCSI_CXGB3_ISCSI) += libcxgbi.o cxgb3i/ obj-$(CONFIG_SCSI_CXGB4_ISCSI) += libcxgbi.o cxgb4i/ |