Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2023 21:16:49 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: aece2a4fb1b3 - main - rtw88: detach firmware from build
Message-ID:  <202309052116.385LGnxM059735@gitrepo.freebsd.org>

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

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

commit aece2a4fb1b3e4904b7980947c2a89a96d07f6ba
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2023-06-08 21:24:44 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2023-09-05 21:13:18 +0000

    rtw88: detach firmware from build
    
    Firmware is kept in ports now and fwget will find the right one to
    install.
    
    MFC after:      20 days
    X-MFC:          will see about 14/13
---
 sys/modules/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 4b98c7ed6e0d..3eff75312fd3 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -339,7 +339,6 @@ SUBDIR=	\
 	${_rockchip} \
 	rtsx \
 	${_rtw88} \
-	${_rtw88fw} \
 	rtwn \
 	rtwn_pci \
 	rtwn_usb \
@@ -567,9 +566,6 @@ _iwlwififw=	iwlwififw
 .endif
 _ossl=		ossl
 _rtw88=		rtw88
-.if ${MK_SOURCELESS_UCODE} != "no"
-_rtw88fw=	rtw88fw
-.endif
 _vmware=	vmware
 .endif
 



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