rtw8xfw: remove module build dirs for firmware long gone

rtw88 and rtw89 firmware files were removed from main a year ago
after core members asked to not import more biinary blobs into main.
Also remove the module build framework for them being long gone.

People are asked to use fwget(8) to automatically install firmware
from ports according to the man page.  A solution for the install
media is still pending.

Fixes:		cf94672363
MFC after:	3 days (rtw89 only)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Bjoern A. Zeeb 2024-10-10 22:43:29 +00:00
parent 5c385a54fe
commit 7ff12dd25a
11 changed files with 0 additions and 73 deletions

View file

@ -1,8 +0,0 @@
SUBDIR= \
rtw8723d \
rtw8821c \
rtw8822b \
rtw8822c \
rtw8822c_wow
.include <bsd.subdir.mk>

View file

@ -1,16 +0,0 @@
#
# Common rules for building firmware. Note this gets auto-included
# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
_NAME= rtw${NAME}_fw.bin
IMG= ${_NAME}
KMOD= ${_NAME}
CLEANFILES+= ${IMG}
FIRMWS= ${IMG}:${IMG}:${VERSION}
${IMG}: ${SRCTOP}/sys/contrib/dev/rtw88fw/${IMG}
cp ${.ALLSRC} ${.TARGET}

View file

@ -1,4 +0,0 @@
VERSION= 48
NAME= 8723d
.include <bsd.kmod.mk>

View file

@ -1,4 +0,0 @@
VERSION= 2408
NAME= 8821c
.include <bsd.kmod.mk>

View file

@ -1,4 +0,0 @@
VERSION= 0
NAME= 8822b
.include <bsd.kmod.mk>

View file

@ -1,4 +0,0 @@
VERSION= 9910
NAME= 8822c
.include <bsd.kmod.mk>

View file

@ -1,4 +0,0 @@
VERSION= 994
NAME= 8822c_wow
.include <bsd.kmod.mk>

View file

@ -1,5 +0,0 @@
SUBDIR= \
rtw8852a \
rtw8852c
.include <bsd.subdir.mk>

View file

@ -1,16 +0,0 @@
#
# Common rules for building firmware. Note this gets auto-included
# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
_NAME= rtw${NAME}_fw.bin
IMG= ${_NAME}
KMOD= ${_NAME}
CLEANFILES+= ${IMG}
FIRMWS= ${IMG}:${IMG}:${VERSION}
${IMG}: ${SRCTOP}/sys/contrib/dev/rtw89fw/${IMG}
cp ${.ALLSRC} ${.TARGET}

View file

@ -1,4 +0,0 @@
VERSION= 013360
NAME= 8852a
.include <bsd.kmod.mk>

View file

@ -1,4 +0,0 @@
VERSION= 027200
NAME= 8852c
.include <bsd.kmod.mk>