diff options
author | kxie@chelsio.com <kxie@chelsio.com> | 2010-08-17 05:55:53 +0200 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-09-05 19:29:23 +0200 |
commit | 6f7efaabefebfbc523ea9776e3663a2d81b86399 (patch) | |
tree | b77eb425e2320e0a15d149723b190ac09062b5ee /drivers/scsi/cxgbi/cxgb3i/Kbuild | |
parent | [SCSI] cxgb4i v5: iscsi driver (diff) | |
download | linux-6f7efaabefebfbc523ea9776e3663a2d81b86399.tar.xz linux-6f7efaabefebfbc523ea9776e3663a2d81b86399.zip |
[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/cxgb3i/Kbuild')
-rw-r--r-- | drivers/scsi/cxgbi/cxgb3i/Kbuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/cxgbi/cxgb3i/Kbuild b/drivers/scsi/cxgbi/cxgb3i/Kbuild new file mode 100644 index 000000000000..09dbf9efc8ea --- /dev/null +++ b/drivers/scsi/cxgbi/cxgb3i/Kbuild @@ -0,0 +1,3 @@ +EXTRA_CFLAGS += -I$(srctree)/drivers/net/cxgb3 + +obj-$(CONFIG_SCSI_CXGB3_ISCSI) += cxgb3i.o |