git: bca86850737c - main - e6000sw: always compile it

From: Adrian Chadd <adrian_at_FreeBSD.org>
Date: Sun, 27 Apr 2025 18:38:08 UTC
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