You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
ccflags-y := -Idrivers/net/ethernet/broadcom/bnxt
|
|
obj-$(CONFIG_INFINIBAND_BNXT_RE) += bnxt_re.o
|
|
bnxt_re-y := main.o ib_verbs.o \
|
|
qplib_res.o qplib_rcfw.o \
|
|
qplib_sp.o qplib_fp.o hw_counters.o
|
|
|