Skip to content

Commit 2be8b12

Browse files
committed
mtw(4) remove misplaced DEBUG_FLAGS
PR: 284639 Approved by: markj,emaste Differential Revision: https://reviews.freebsd.org/D48895
1 parent 4159402 commit 2be8b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/modules/usb/mtw/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ S= ${SRCTOP}/sys
55
KMOD= if_mtw
66
SRCS= opt_bus.h opt_usb.h opt_wlan.h device_if.h bus_if.h usb_if.h \
77
usbdevs.h if_mtw.c
8-
DEBUG_FLAGS=-g
8+
99
.include <bsd.kmod.mk>

0 commit comments

Comments
 (0)