git: 76a34e9d942e - stable/14 - bnxt_{en/re}: Update bnxt_en and bnxt_re Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jun 2024 19:25:12 UTC
The branch stable/14 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=76a34e9d942ecc23d017d04c799c938acdac252c
commit 76a34e9d942ecc23d017d04c799c938acdac252c
Author: Chandrakanth patil <chandrakanth.patil@broadcom.com>
AuthorDate: 2024-05-15 07:05:17 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-06-03 19:23:15 +0000
bnxt_{en/re}: Update bnxt_en and bnxt_re Makefile
Reviewed by: imp
Approved by: imp
Differential revision: https://reviews.freebsd.org/D45202
(cherry picked from commit faeff3b851dae6e9eb836c59756476e162ea3c40)
---
sys/modules/bnxt/bnxt_en/Makefile | 2 +-
sys/modules/bnxt/bnxt_re/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/modules/bnxt/bnxt_en/Makefile b/sys/modules/bnxt/bnxt_en/Makefile
index ebe9564fa22f..de08d7c500c4 100644
--- a/sys/modules/bnxt/bnxt_en/Makefile
+++ b/sys/modules/bnxt/bnxt_en/Makefile
@@ -3,7 +3,7 @@
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 opt_ratelimit.h
+SRCS += opt_inet.h opt_inet6.h opt_rss.h
SRCS += bnxt_txrx.c if_bnxt.c
SRCS += bnxt_hwrm.c
SRCS += bnxt_sysctl.c
diff --git a/sys/modules/bnxt/bnxt_re/Makefile b/sys/modules/bnxt/bnxt_re/Makefile
index d6aa701dbae6..2e1dbc048dfb 100644
--- a/sys/modules/bnxt/bnxt_re/Makefile
+++ b/sys/modules/bnxt/bnxt_re/Makefile
@@ -8,7 +8,7 @@ SRCS += qplib_res.c qplib_res.h
SRCS += qplib_rcfw.c qplib_rcfw.h
SRCS += stats.c stats.h
SRCS += main.c bnxt_re.h
-SRCS += opt_inet.h opt_inet6.h opt_ratelimit.h
+SRCS += opt_inet.h opt_inet6.h
SRCS += ${LINUXKPI_GENSRCS}
CFLAGS+= -I${SRCTOP}/sys/dev/bnxt/bnxt_en