Naresh Kumar Inna | a3667aa | 2012-11-15 22:41:18 +0530 | [diff] [blame] | 1 | # |
2 | ## Chelsio FCoE driver | ||||
3 | # | ||||
4 | ## | ||||
5 | |||||
6 | ccflags-y += -I$(srctree)/drivers/net/ethernet/chelsio/cxgb4 | ||||
7 | |||||
8 | obj-$(CONFIG_SCSI_CHELSIO_FCOE) += csiostor.o | ||||
9 | |||||
10 | csiostor-objs := csio_attr.o csio_init.o csio_lnode.o csio_scsi.o \ | ||||
Arvind Bhushan | 7cc1638 | 2013-03-14 05:09:08 +0000 | [diff] [blame] | 11 | csio_hw.o csio_hw_t4.o csio_hw_t5.o csio_isr.o \ |
12 | csio_mb.o csio_rnode.o csio_wr.o |