Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2021 19:22:53 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 9d96f4d34915 - stable/13 - iwlwifi: attach to the build
Message-ID:  <202112301922.1BUJMrOE017692@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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") || \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112301922.1BUJMrOE017692>