diff options
| author | Chandrakanth patil <chandrakanth.patil@broadcom.com> | 2024-04-28 09:24:30 +0000 |
|---|---|---|
| committer | Sumit Saxena <ssaxena@FreeBSD.org> | 2024-05-28 10:15:29 +0000 |
| commit | 35b53f8c989f62286aad075ef2e97bba358144f8 (patch) | |
| tree | d79b05423e19121f54ce7d40116480f93501b7d1 /sys/modules/bnxt | |
| parent | 1c45a62a2f667b45ec10a92ad58ff5a34e68b569 (diff) | |
Diffstat (limited to 'sys/modules/bnxt')
| -rw-r--r-- | sys/modules/bnxt/bnxt_en/Makefile (renamed from sys/modules/bnxt/Makefile) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/bnxt/Makefile b/sys/modules/bnxt/bnxt_en/Makefile index 5cef9f8d5343..93a0981fbcf9 100644 --- a/sys/modules/bnxt/Makefile +++ b/sys/modules/bnxt/bnxt_en/Makefile @@ -1,5 +1,5 @@ -.PATH: ${SRCTOP}/sys/dev/bnxt +.PATH: ${SRCTOP}/sys/dev/bnxt/bnxt_en KMOD = if_bnxt SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h @@ -8,7 +8,9 @@ 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 CFLAGS+= -DIFLIB +CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include .include <bsd.kmod.mk> |
