forked from Minki/linux
0d0c27f2e8
- 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
|