Date: Fri, 7 Feb 2025 20:31:41 GMT From: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 2be8b121bf82 - main - mtw(4) remove misplaced DEBUG_FLAGS Message-ID: <202502072031.517KVftP057098@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502072031.517KVftP057098>