mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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)
This commit is contained in:
parent
2e7991d038
commit
76a34e9d94
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue