git: 2be8b121bf82 - main - mtw(4) remove misplaced DEBUG_FLAGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Feb 2025 20:31:41 UTC
The branch main has been updated by jsm: URL: https://cgit.FreeBSD.org/src/commit/?id=2be8b121bf82d409773ee5b404e4e678506beffc commit 2be8b121bf82d409773ee5b404e4e678506beffc Author: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> AuthorDate: 2025-02-07 20:26:36 +0000 Commit: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> CommitDate: 2025-02-07 20:26:36 +0000 mtw(4) remove misplaced DEBUG_FLAGS PR: 284639 Approved by: markj,emaste Differential Revision: https://reviews.freebsd.org/D48895 --- sys/modules/usb/mtw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>