aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hyperv
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-11-07 08:42:24 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-11-18 13:56:23 +0000
commit5bb3134a8c21cb87b30e135ef168483f0333dabb (patch)
tree4bca01e8d0577900c6c2a47583582f76f20794a0 /sys/modules/hyperv
parent3850d1837bf715527f8b7d9bf4caae5e728626da (diff)
Diffstat (limited to 'sys/modules/hyperv')
-rw-r--r--sys/modules/hyperv/vmbus/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile
index 47a83e76204a..0aa489d8fa26 100644
--- a/sys/modules/hyperv/vmbus/Makefile
+++ b/sys/modules/hyperv/vmbus/Makefile
@@ -35,4 +35,6 @@ vmbus_vector.o:
CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
-I${SRCTOP}/sys/dev/hyperv/vmbus
+EXPORT_SYMS= YES
+
.include <bsd.kmod.mk>