git: ab7456d72afa - stable/13 - MFC: modules: mgb: need opt_platform.h

From: Eugene Grosbein <eugen_at_FreeBSD.org>
Date: Sat, 16 Apr 2022 18:39:12 UTC
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