summaryrefslogtreecommitdiff
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-25 01:09:21 +0000
commit83271c68c4f4697ba15d49cc3f31912a5d04ff4b (patch)
tree2a30be6fd799ebc215e66d8960bc1ea80fc8f89d /sys/modules/hyperv
parentf4e3699069b3c3a50b7d1072bdb5ba116b4249b1 (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>