mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 06:25:11 +07:00
![Karen Xie](/assets/img/avatar_default.png)
- Merge cxgb3i_ddp.ko to cxgb3i.ko as there is no other users. - Bump the driver version up to 1.0.2. Signed-off-by: Karen Xie <kxie@chelsio.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
5 lines
174 B
Makefile
5 lines
174 B
Makefile
EXTRA_CFLAGS += -I$(TOPDIR)/drivers/net/cxgb3
|
|
|
|
cxgb3i-y := cxgb3i_init.o cxgb3i_iscsi.o cxgb3i_pdu.o cxgb3i_offload.o cxgb3i_ddp.o
|
|
obj-$(CONFIG_SCSI_CXGB3_ISCSI) += cxgb3i.o
|