brintos

brintos / linux-shallow public Read only

0
0
Text · 316 B · d047e22 Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3## Chelsio FCoE driver4#5##6 7ccflags-y += -I$(srctree)/drivers/net/ethernet/chelsio/cxgb48 9obj-$(CONFIG_SCSI_CHELSIO_FCOE) += csiostor.o10 11csiostor-objs := csio_attr.o csio_init.o csio_lnode.o csio_scsi.o \12		csio_hw.o csio_hw_t5.o csio_isr.o \13		csio_mb.o csio_rnode.o csio_wr.o14