aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bnxt
diff options
context:
space:
mode:
authorChandrakanth patil <chandrakanth.patil@broadcom.com>2024-04-28 12:29:34 +0000
committerSumit Saxena <ssaxena@FreeBSD.org>2024-05-28 10:36:10 +0000
commit050d28e13cdede7528944c0abf8d0455729c63fd (patch)
treea98ef14ad357aa654c2f1416c8e4d86d25a14ccb /sys/modules/bnxt
parent4354163e5fe8e180f62b892cdc3e51e3d7e4706f (diff)
Diffstat (limited to 'sys/modules/bnxt')
-rw-r--r--sys/modules/bnxt/bnxt_en/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/bnxt/bnxt_en/Makefile b/sys/modules/bnxt/bnxt_en/Makefile
index 93a0981fbcf9..ebe9564fa22f 100644
--- a/sys/modules/bnxt/bnxt_en/Makefile
+++ b/sys/modules/bnxt/bnxt_en/Makefile
@@ -3,14 +3,18 @@
KMOD = if_bnxt
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
-SRCS += opt_inet.h opt_inet6.h opt_rss.h
+SRCS += opt_inet.h opt_inet6.h opt_rss.h opt_ratelimit.h
SRCS += bnxt_txrx.c if_bnxt.c
SRCS += bnxt_hwrm.c
SRCS += bnxt_sysctl.c
SRCS += bnxt_mgmt.c
SRCS += bnxt_dcb.c bnxt_dcb.h
+SRCS += bnxt_auxbus_compat.c bnxt_auxbus_compat.h
+SRCS += bnxt_ulp.c bnxt_ulp.h
+SRCS += ${LINUXKPI_GENSRCS}
CFLAGS+= -DIFLIB
+CFLAGS+= -I${SRCTOP}/sys/ofed/include
CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
.include <bsd.kmod.mk>