diff options
| author | Sreekanth Reddy <sreekanth.reddy@broadcom.com> | 2026-06-15 09:46:51 +0000 |
|---|---|---|
| committer | Sumit Saxena <ssaxena@FreeBSD.org> | 2026-06-15 11:33:51 +0000 |
| commit | 03839879a2dd2505eab80b99211b0637ebdc9d32 (patch) | |
| tree | b42df4a7204da31d3b099361b672a5264863b78c /sys/modules | |
| parent | 308784bebe796cbdaccf7ef259caf7d87f874d02 (diff) | |
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/bnxt/bnxt_en/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/bnxt/bnxt_en/Makefile b/sys/modules/bnxt/bnxt_en/Makefile index 7cb450baac4e..e3cc3e79377c 100644 --- a/sys/modules/bnxt/bnxt_en/Makefile +++ b/sys/modules/bnxt/bnxt_en/Makefile @@ -13,6 +13,7 @@ SRCS += bnxt_sriov.c bnxt_sriov.h SRCS += bnxt_ulp.c bnxt_ulp.h SRCS += bnxt_log.c bnxt_log.h SRCS += bnxt_log_data.c bnxt_log_data.h +SRCS += bnxt_coredump.c bnxt_coredump.h SRCS += ${LINUXKPI_GENSRCS} CFLAGS+= -DIFLIB |
