From bca86850737c981c482e76644422e8b9eec6093c Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Thu, 24 Apr 2025 10:33:21 -0700 Subject: [PATCH] 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 88f3f5c4bf1..369cd47c6c8 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