Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2023 06:47:29 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 8d52425fc93a - stable/13 - modules: if_awg: Add miibus_if.h to the source
Message-ID:  <202302020647.3126lT5k089846@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=8d52425fc93ab7e4c63e10e604357bf3198c6830

commit 8d52425fc93ab7e4c63e10e604357bf3198c6830
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-11-14 19:53:10 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-02-02 06:47:02 +0000

    modules: if_awg: Add miibus_if.h to the source
    
    Needed by the module.
    
    (cherry picked from commit d38a784b61e35d4281b06c94bcedbc26d25982a1)
---
 sys/modules/allwinner/if_awg/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys/modules/allwinner/if_awg/Makefile b/sys/modules/allwinner/if_awg/Makefile
index 25cb34632e02..ffef575c7cd4 100644
--- a/sys/modules/allwinner/if_awg/Makefile
+++ b/sys/modules/allwinner/if_awg/Makefile
@@ -9,6 +9,7 @@ SRCS+=	\
 	bus_if.h \
 	clknode_if.h \
 	device_if.h \
-	ofw_bus_if.h \
+	miibus_if.h \
+	ofw_bus_if.h
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302020647.3126lT5k089846>