Date: Sat, 16 Apr 2022 18:39:12 GMT From: Eugene Grosbein <eugen@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ab7456d72afa - stable/13 - MFC: modules: mgb: need opt_platform.h Message-ID: <202204161839.23GIdCMC056116@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=ab7456d72afabdf401a60e04605fe67945ee68d3 commit ab7456d72afabdf401a60e04605fe67945ee68d3 Author: Kevin Lo <kevlo@FreeBSD.org> AuthorDate: 2022-01-24 05:38:39 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2022-04-16 18:38:10 +0000 MFC: modules: mgb: need opt_platform.h This fixes the standalone build. (cherry picked from commit dea952c3e21bfbb773a5570e8dde5c3383a70b18) --- sys/modules/mgb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/mgb/Makefile b/sys/modules/mgb/Makefile index 3b819239ef0e..74b5c058a762 100644 --- a/sys/modules/mgb/Makefile +++ b/sys/modules/mgb/Makefile @@ -5,7 +5,7 @@ KMOD = if_mgb SRCS = if_mgb.c SRCS += device_if.h bus_if.h pci_if.h -SRCS += ifdi_if.h +SRCS += ifdi_if.h opt_platform.h SRCS += miibus_if.h #CFLAGS+= -DIFLIB
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204161839.23GIdCMC056116>