diff options
author | Naresh Kumar Inna <naresh@chelsio.com> | 2012-11-15 18:11:18 +0100 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-11-27 06:00:39 +0100 |
commit | a3667aaed5698b84bad2f1b3f71adc86499f4bc6 (patch) | |
tree | f5b6f2b9ac646c84325b4e4862598452f479d30e /drivers/scsi/csiostor/Makefile | |
parent | [SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header u... (diff) | |
download | linux-a3667aaed5698b84bad2f1b3f71adc86499f4bc6.tar.xz linux-a3667aaed5698b84bad2f1b3f71adc86499f4bc6.zip |
[SCSI] csiostor: Chelsio FCoE offload driver
Signed-off-by: Naresh Kumar Inna <naresh@chelsio.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/csiostor/Makefile')
-rw-r--r-- | drivers/scsi/csiostor/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/scsi/csiostor/Makefile b/drivers/scsi/csiostor/Makefile new file mode 100644 index 000000000000..b581966c88f9 --- /dev/null +++ b/drivers/scsi/csiostor/Makefile @@ -0,0 +1,11 @@ +# +## Chelsio FCoE driver +# +## + +ccflags-y += -I$(srctree)/drivers/net/ethernet/chelsio/cxgb4 + +obj-$(CONFIG_SCSI_CHELSIO_FCOE) += csiostor.o + +csiostor-objs := csio_attr.o csio_init.o csio_lnode.o csio_scsi.o \ + csio_hw.o csio_isr.o csio_mb.o csio_rnode.o csio_wr.o |