aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2023-06-08 21:24:44 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2023-09-05 21:13:18 +0000
commitaece2a4fb1b3e4904b7980947c2a89a96d07f6ba (patch)
tree2b22a4fb80e47ad6f4e0fa6f23525f8ad7a7951b
parent165234d5527440b7755b01554ff7633e33c0d285 (diff)
downloadsrc-aece2a4fb1b3e4904b7980947c2a89a96d07f6ba.tar.gz
src-aece2a4fb1b3e4904b7980947c2a89a96d07f6ba.zip
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
-rw-r--r--sys/modules/Makefile4
1 files changed, 0 insertions, 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