diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2025-11-27 19:48:50 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2025-11-28 03:33:27 +0000 |
| commit | dcab3c4f496414309371c4d671b35b3528419600 (patch) | |
| tree | 974aee58dfd2b48cfa66c70b88879b9398f1ed11 | |
| parent | 6901376f59b870ddbb0d922e3455a388333cd460 (diff) | |
Export t4_tom's symbols for other offload modules
This allows iw_cxgbe.ko, cxgbei.ko, nvmf_che.ko, etc. to be loaded when
debug.link_elf_leak_locals and debug.link_elf_obj_leak_locals are
disabled.
PR: 291250
MFC after: 1 week
Sponsored by: Chelsio Communications
| -rw-r--r-- | sys/modules/cxgbe/tom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/cxgbe/tom/Makefile b/sys/modules/cxgbe/tom/Makefile index 301958ac5844..955f7956467a 100644 --- a/sys/modules/cxgbe/tom/Makefile +++ b/sys/modules/cxgbe/tom/Makefile @@ -22,4 +22,6 @@ SRCS+= t4_tom_l2t.c CFLAGS+= -I${CXGBE} +EXPORT_SYMS= YES + .include <bsd.kmod.mk> |
