2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-01-25 12:39:31 +08:00
|
|
|
ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4
|
|
|
|
ccflags-y += -I $(srctree)/drivers/net/ethernet/chelsio/libcxgb
|
2010-04-22 06:30:06 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_INFINIBAND_CXGB4) += iw_cxgb4.o
|
|
|
|
|
2018-05-03 23:41:49 +08:00
|
|
|
iw_cxgb4-y := device.o cm.o provider.o mem.o cq.o qp.o resource.o ev.o id_table.o \
|
|
|
|
restrack.o
|