git: 9d96f4d34915 - stable/13 - iwlwifi: attach to the build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Dec 2021 19:22:53 UTC
The branch stable/13 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=9d96f4d34915f0ec423286b99518ffbb9057cafc commit 9d96f4d34915f0ec423286b99518ffbb9057cafc Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2021-12-27 18:46:04 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2021-12-30 18:29:01 +0000 iwlwifi: attach to the build Add iwlwifi and iwlwififw to the module builds. Sponsored by: The FreeBSD Foundation (cherry picked from commit 7d4394cbe7072fff75a8fb94e0871c1408213f09) --- sys/modules/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 7ae601fb48f0..d1b143d3bc5b 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -194,6 +194,8 @@ SUBDIR= \ ${_itwd} \ ${_iwi} \ ${_iwifw} \ + ${_iwlwifi} \ + ${_iwlwififw} \ ${_iwm} \ ${_iwmfw} \ ${_iwn} \ @@ -521,6 +523,10 @@ _ipoib= ipoib _iser= iser .endif _ipmi= ipmi +_iwlwifi= iwlwifi +.if ${MK_SOURCELESS_UCODE} != "no" +_iwlwififw= iwlwififw +.endif _mlx4= mlx4 _mlx5= mlx5 .if (${MK_INET_SUPPORT} != "no" && ${MK_INET6_SUPPORT} != "no") || \