The branch main has been updated by bz:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=7d4394cbe7072fff75a8fb94e0871c1408213f09

commit 7d4394cbe7072fff75a8fb94e0871c1408213f09
Author:     Bjoern A. Zeeb <[email protected]>
AuthorDate: 2021-12-27 18:46:04 +0000
Commit:     Bjoern A. Zeeb <[email protected]>
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") || \

Reply via email to