aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/usb
diff options
context:
space:
mode:
authorJesper Schmitz Mouridsen <jsm@FreeBSD.org>2025-02-07 20:26:36 +0000
committerJesper Schmitz Mouridsen <jsm@FreeBSD.org>2025-02-07 20:26:36 +0000
commit2be8b121bf82d409773ee5b404e4e678506beffc (patch)
treef037895bc2ba75fc83ecd8c631f479890c6e0c78 /sys/modules/usb
parent41594021fa8bf02468407e8fc48c2e7a13de1a2f (diff)
Diffstat (limited to 'sys/modules/usb')
-rw-r--r--sys/modules/usb/mtw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/usb/mtw/Makefile b/sys/modules/usb/mtw/Makefile
index 10c544e9cd13..3495f2e0ff05 100644
--- a/sys/modules/usb/mtw/Makefile
+++ b/sys/modules/usb/mtw/Makefile
@@ -5,5 +5,5 @@ S= ${SRCTOP}/sys
KMOD= if_mtw
SRCS= opt_bus.h opt_usb.h opt_wlan.h device_if.h bus_if.h usb_if.h \
usbdevs.h if_mtw.c
-DEBUG_FLAGS=-g
+
.include <bsd.kmod.mk>