mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 11:16:48 +07:00
a3667aaed5
Signed-off-by: Naresh Kumar Inna <naresh@chelsio.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
12 lines
264 B
Makefile
12 lines
264 B
Makefile
#
|
|
## 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
|