git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
13 lines
281 B
Makefile
13 lines
281 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_hw_t5.o csio_isr.o \
|
|
csio_mb.o csio_rnode.o csio_wr.o
|