summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/netgraph/bluetooth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/netgraph/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/Makefile
index 2c7ae7a..098ac1a 100644
--- a/sys/modules/netgraph/bluetooth/Makefile
+++ b/sys/modules/netgraph/bluetooth/Makefile
@@ -7,8 +7,9 @@ SUBDIR= \
l2cap \
socket \
bt3c \
- h4 \
ubt \
ubtbcmfw
+# h4 is not MPSAFE. Disconnect for now.
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud