git: c5bbdddbac5e - main - net/Makefile: Add missing entries

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Fri, 24 May 2024 15:15:23 UTC
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5bbdddbac5e1cc8ee1e0ca1710c85914cec040a

commit c5bbdddbac5e1cc8ee1e0ca1710c85914cec040a
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2024-05-24 15:13:16 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2024-05-24 15:13:55 +0000

    net/Makefile: Add missing entries
    
    Add two entries, wifi-firmware-ath12k-kmod and
    wifi-firmware-iwlwifi-kmod, that were missed in 80f50c9eb6.
    
    Reported by:    vvd
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D44945
---
 net/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/Makefile b/net/Makefile
index b25233fc268a..bc5a74f36c40 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1623,6 +1623,8 @@
     SUBDIR += widentd
     SUBDIR += wifi-firmware-ath10k-kmod
     SUBDIR += wifi-firmware-ath11k-kmod
+    SUBDIR += wifi-firmware-ath12k-kmod
+    SUBDIR += wifi-firmware-iwlwifi-kmod
     SUBDIR += wifi-firmware-kmod
     SUBDIR += wifi-firmware-mt76-kmod
     SUBDIR += wifi-firmware-rtw88-kmod