aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/toecore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/toecore/Makefile')
-rw-r--r--sys/modules/toecore/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/toecore/Makefile b/sys/modules/toecore/Makefile
index 48a311c38ebf..bae549fdad10 100644
--- a/sys/modules/toecore/Makefile
+++ b/sys/modules/toecore/Makefile
@@ -6,4 +6,6 @@ KMOD= toecore
SRCS= toecore.c
SRCS+= opt_ofed.h opt_inet.h opt_inet6.h opt_kern_tls.h
+EXPORT_SYMS= YES
+
.include <bsd.kmod.mk>