aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/iwlwifi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/iwlwifi/Makefile b/sys/modules/iwlwifi/Makefile
index 9eb6f0e7c267..679490fdf774 100644
--- a/sys/modules/iwlwifi/Makefile
+++ b/sys/modules/iwlwifi/Makefile
@@ -12,6 +12,7 @@ SRCS+= iwl-dbg-tlv.c iwl-debug.c
SRCS+= iwl-eeprom-parse.c iwl-eeprom-read.c
SRCS+= iwl-io.c iwl-nvm-parse.c iwl-phy-db.c iwl-trans.c
SRCS+= cfg/7000.c cfg/8000.c cfg/9000.c cfg/22000.c
+SRCS+= cfg/ax210.c cfg/bz.c cfg/sc.c
SRCS+= fw/dbg.c fw/dump.c fw/img.c fw/notif-wait.c
SRCS+= fw/paging.c fw/pnvm.c fw/rs.c fw/smem.c fw/init.c
#SRCS+= fw/uefi.c
@@ -21,6 +22,9 @@ SRCS+= mvm/mac80211.c mvm/nvm.c mvm/offloading.c mvm/ops.c
SRCS+= mvm/phy-ctxt.c mvm/power.c mvm/quota.c mvm/rs-fw.c mvm/rfi.c
SRCS+= mvm/rx.c mvm/rxmq.c mvm/scan.c mvm/sf.c mvm/sta.c mvm/tdls.c
SRCS+= mvm/time-event.c mvm/tt.c mvm/tx.c mvm/utils.c
+SRCS+= mvm/link.c
+SRCS+= mvm/mld-key.c mvm/mld-mac.c mvm/mld-mac80211.c mvm/mld-sta.c
+SRCS+= mvm/ptp.c mvm/time-sync.c
#SRCS+= mvm/led.c
SRCS+= pcie/ctxt-info-gen3.c pcie/ctxt-info.c
SRCS+= pcie/drv.c pcie/rx.c pcie/trans-gen2.c pcie/trans.c