From 20eeed6844e2ab82b909e02c720101297e78d916 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Wed, 30 Mar 2022 22:36:03 +0000 Subject: rtw88: add man pages and hook up to build Add man pages for rtw88 and rtw88fw. Install a copy of the firmware license file and hook up the driver and firmware modules to the build. MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Relnotes: yes --- sys/modules/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/modules/Makefile') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 15f92f04da26..3731e9c1e453 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -319,6 +319,8 @@ SUBDIR= \ rl \ ${_rockchip} \ rtsx \ + ${_rtw88} \ + ${_rtw88fw} \ rtwn \ rtwn_pci \ rtwn_usb \ @@ -529,6 +531,10 @@ _mlx4ib= mlx4ib _mlx5ib= mlx5ib .endif _ossl= ossl +_rtw88= rtw88 +.if ${MK_SOURCELESS_UCODE} != "no" +_rtw88fw= rtw88fw +.endif _vmware= vmware .endif -- cgit v1.2.3