Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2022 21:57:25 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: f66bb161ab7a - stable/13 - modules: fix mii build
Message-ID:  <202204162157.23GLvPlX025852@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=f66bb161ab7a8d3f888882a8d2ff5ce6f78ef762

commit f66bb161ab7a8d3f888882a8d2ff5ce6f78ef762
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2022-04-16 21:56:06 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2022-04-16 21:56:06 +0000

    modules: fix mii build
    
    Fixes:  9ef382e06546dd2234319bf2625a3f89e60764a3
---
 sys/modules/mii/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile
index f53419974130..9d1f76c5db6e 100644
--- a/sys/modules/mii/Makefile
+++ b/sys/modules/mii/Makefile
@@ -4,7 +4,7 @@
 
 KMOD=	miibus
 SRCS=	acphy.c amphy.c atphy.c axphy.c bmtphy.c brgphy.c
-SRCS+=	ciphy.c dp83822phy.c dp83867phy.c
+SRCS+=	ciphy.c
 SRCS+=	e1000phy.c gentbi.c icsphy.c ip1000phy.c jmphy.c lxtphy.c
 SRCS+=	miibus_if.c mii.c mii_bitbang.c mii_physubr.c
 SRCS+=	nsgphy.c nsphy.c nsphyter.c pnaphy.c qsphy.c



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