aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2024-05-24 15:13:16 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2024-05-24 15:13:55 +0000
commitc5bbdddbac5e1cc8ee1e0ca1710c85914cec040a (patch)
tree1bd8d1476feff72305f321594edcbe08176df3bf
parent9a82c194943af0c8473c1e2cd1334770028b937f (diff)
downloadports-c5bbdddbac5e1cc8ee1e0ca1710c85914cec040a.tar.gz
ports-c5bbdddbac5e1cc8ee1e0ca1710c85914cec040a.zip
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
-rw-r--r--net/Makefile2
1 files changed, 2 insertions, 0 deletions
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