cfdda9d764
Add an RDMA/iWARP driver for Chelsio T4 Ethernet adapters. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
5 lines
155 B
Makefile
5 lines
155 B
Makefile
EXTRA_CFLAGS += -Idrivers/net/cxgb4
|
|
|
|
obj-$(CONFIG_INFINIBAND_CXGB4) += iw_cxgb4.o
|
|
|
|
iw_cxgb4-y := device.o cm.o provider.o mem.o cq.o qp.o resource.o ev.o
|