Date: Mon, 27 Dec 2021 19:11:53 GMT From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 7d4394cbe707 - main - iwlwifi: attach to the build Message-ID: <202112271911.1BRJBrSK037761@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=7d4394cbe7072fff75a8fb94e0871c1408213f09 commit 7d4394cbe7072fff75a8fb94e0871c1408213f09 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-27 18:47:26 +0000 iwlwifi: attach to the build Add iwlwifi and iwlwififw to the module builds. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/modules/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 74eb38a3b1ba..50d6d5d6d9e7 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -190,6 +190,8 @@ SUBDIR= \ ${_itwd} \ ${_iwi} \ ${_iwifw} \ + ${_iwlwifi} \ + ${_iwlwififw} \ ${_iwm} \ ${_iwmfw} \ ${_iwn} \ @@ -513,6 +515,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?202112271911.1BRJBrSK037761>