aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/usb/uhid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/usb/uhid/Makefile')
-rw-r--r--sys/modules/usb/uhid/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/usb/uhid/Makefile b/sys/modules/usb/uhid/Makefile
index 1ae7b012903f..2ab5dcfbdebc 100644
--- a/sys/modules/usb/uhid/Makefile
+++ b/sys/modules/usb/uhid/Makefile
@@ -33,4 +33,6 @@ KMOD= uhid
SRCS= opt_bus.h opt_hid.h opt_usb.h device_if.h bus_if.h usb_if.h \
vnode_if.h usbdevs.h uhid.c
+EXPORT_SYMS= YES
+
.include <bsd.kmod.mk>