mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
[rtwn] Add rtwn firmware and driver module.
Submitted by: kevlo
This commit is contained in:
parent
bcaed14bd9
commit
b6ac0e6565
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=293011
@ -311,6 +311,8 @@ SUBDIR= \
|
||||
re \
|
||||
reiserfs \
|
||||
rl \
|
||||
rtwn \
|
||||
rtwnfw \
|
||||
${_s3} \
|
||||
${_safe} \
|
||||
${_sbni} \
|
||||
|
5
sys/modules/rtwnfw/Makefile
Normal file
5
sys/modules/rtwnfw/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= rtwnrtl8192cU rtwnrtl8192cUB
|
||||
|
||||
.include <bsd.subdir.mk>
|
15
sys/modules/rtwnfw/Makefile.inc
Normal file
15
sys/modules/rtwnfw/Makefile.inc
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Common rules for building firmware. Note this gets auto-included
|
||||
# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
|
||||
|
||||
_FIRM= ${IMG}.fw
|
||||
|
||||
CLEANFILES+= ${_FIRM}
|
||||
|
||||
FIRMWS= ${_FIRM}:${KMOD}:111
|
||||
|
||||
FIRMWARE_LICENSE= realtek
|
||||
|
||||
${_FIRM}: ${.CURDIR}/../../../contrib/dev/rtwn/${_FIRM}.uu
|
||||
uudecode -p $? > ${.TARGET}
|
6
sys/modules/rtwnfw/rtwnrtl8192cU/Makefile
Normal file
6
sys/modules/rtwnfw/rtwnrtl8192cU/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
KMOD= rtwn-rtl8192cfwU
|
||||
IMG= rtwn-rtl8192cfwU
|
||||
|
||||
.include <bsd.kmod.mk>
|
6
sys/modules/rtwnfw/rtwnrtl8192cUB/Makefile
Normal file
6
sys/modules/rtwnfw/rtwnrtl8192cUB/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
KMOD= rtwn-rtl8192cfwU_B
|
||||
IMG= rtwn-rtl8192cfwU_B
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user