Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2025 18:38:08 GMT
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: bca86850737c - main - e6000sw: always compile it
Message-ID:  <202504271838.53RIc8pm020530@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adrian:

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

commit bca86850737c981c482e76644422e8b9eec6093c
Author:     Adrian Chadd <adrian@FreeBSD.org>
AuthorDate: 2025-04-24 17:33:21 +0000
Commit:     Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2025-04-27 18:04:22 +0000

    e6000sw: always compile it
    
    It now is useful outside of FDT, so add it as a module
    
    Differential Revision:  https://reviews.freebsd.org/D50028
    Reviewed by:    imp
---
 sys/modules/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 88f3f5c4bf1c..369cd47c6c8f 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -103,7 +103,7 @@ SUBDIR=	\
 	dummymbuf \
 	dummynet \
 	${_dwwdt} \
-	${_e6000sw} \
+	e6000sw \
 	${_efirt} \
 	${_em} \
 	${_ena} \
@@ -715,7 +715,6 @@ _rockchip=	rockchip
 .if !empty(OPT_FDT)
 _sdhci_fdt=	sdhci_fdt
 .endif
-_e6000sw=	e6000sw
 _neta=		neta
 .endif
 



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