git: dea952c3e21b - main - modules: mgb: need opt_platform.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jan 2022 05:40:11 UTC
The branch main has been updated by kevlo: URL: https://cgit.FreeBSD.org/src/commit/?id=dea952c3e21bfbb773a5570e8dde5c3383a70b18 commit dea952c3e21bfbb773a5570e8dde5c3383a70b18 Author: Kevin Lo <kevlo@FreeBSD.org> AuthorDate: 2022-01-24 05:38:39 +0000 Commit: Kevin Lo <kevlo@FreeBSD.org> CommitDate: 2022-01-24 05:38:39 +0000 modules: mgb: need opt_platform.h This fixes the standalone build. --- 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