Date: Sat, 29 Oct 2022 16:33:59 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 50a36218368b - main - modules: Remove duplicate opt_global.h target Message-ID: <202210291633.29TGXxqe076699@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=50a36218368b120b49b821c06825feada12f6c32 commit 50a36218368b120b49b821c06825feada12f6c32 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-10-29 14:52:28 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2022-10-29 16:18:06 +0000 modules: Remove duplicate opt_global.h target The default one does the right thing these days. Sponsored by: Netflix --- sys/modules/vmd/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/modules/vmd/Makefile b/sys/modules/vmd/Makefile index 10a914cf9ccc..96523fa93806 100644 --- a/sys/modules/vmd/Makefile +++ b/sys/modules/vmd/Makefile @@ -10,11 +10,5 @@ SRCS= \ device_if.h \ pci_if.h \ pcib_if.h \ - opt_global.h \ - -CFLAGS+= -include opt_global.h - -opt_global.h: - echo "#define NEW_PCIB 1" >> ${.TARGET} .include <bsd.kmod.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210291633.29TGXxqe076699>