Lines Matching +full:fw +full:- +full:cfg
10 SRCS= iwl-drv.c
11 SRCS+= iwl-dbg-tlv.c iwl-debug.c
12 SRCS+= iwl-io.c iwl-nvm-parse.c iwl-nvm-utils.c iwl-phy-db.c iwl-trans.c
13 SRCS+= cfg/7000.c cfg/8000.c cfg/9000.c cfg/22000.c
14 SRCS+= cfg/ax210.c cfg/bz.c cfg/sc.c
15 SRCS+= fw/dbg.c fw/dump.c fw/img.c fw/notif-wait.c
16 SRCS+= fw/paging.c fw/pnvm.c fw/regulatory.c fw/rs.c fw/smem.c fw/init.c
17 #SRCS+= fw/uefi.c
18 SRCS+= mvm/rs.c mvm/binding.c mvm/coex.c mvm/ftm-initiator.c
19 SRCS+= mvm/ftm-responder.c mvm/fw.c mvm/mac-ctxt.c
21 SRCS+= mvm/phy-ctxt.c mvm/power.c mvm/quota.c mvm/rs-fw.c mvm/rfi.c
23 SRCS+= mvm/time-event.c mvm/tt.c mvm/tx.c mvm/utils.c
25 SRCS+= mvm/mld-key.c mvm/mld-mac.c mvm/mld-mac80211.c mvm/mld-sta.c
26 SRCS+= mvm/ptp.c mvm/time-sync.c
28 SRCS+= pcie/ctxt-info-gen3.c pcie/ctxt-info.c
29 SRCS+= pcie/drv.c pcie/rx.c pcie/trans-gen2.c pcie/trans.c
30 SRCS+= pcie/tx-gen2.c pcie/tx.c
33 SRCS+= fw/debugfs.c mvm/debugfs.c mvm/debugfs-vif.c
34 CFLAGS+= -DCONFIG_IWLWIFI_DEBUGFS=${WITH_DEBUGFS}
35 CFLAGS+= -DCONFIG_MAC80211_DEBUGFS=${WITH_DEBUGFS}
39 CFLAGS+= -DCONFIG_PM=${WITH_CONFIG_PM}
40 CFLAGS+= -DCONFIG_PM_SLEEP=${WITH_CONFIG_PM}
43 SRCS+= iwl-devtrace.c
49 CFLAGS+= -DKBUILD_MODNAME='"iwlwifi"'
50 CFLAGS+= -DLINUXKPI_VERSION=61100
52 CFLAGS+= -I${DEVIWLWIFIDIR}
54 CFLAGS+= -DCONFIG_IWLDVM=0
55 CFLAGS+= -DCONFIG_IWLMVM=1
57 #CFLAGS+= -ferror-limit=0
59 #CFLAGS+= -DCONFIG_ACPI=1
60 #CFLAGS+= -DCONFIG_INET=1 # Need LKPI TSO implementation.
61 #CFLAGS+= -DCONFIG_IPV6=1
62 CFLAGS+= -DCONFIG_IWLWIFI_DEBUG=1
63 #CFLAGS+= -DCONFIG_IWLWIFI_LEDS=1
64 #CFLAGS+= -DCONFIG_IWLWIFI_OPMODE_MODULAR=1
65 CFLAGS+= -DCONFIG_IWLWIFI_DEVICE_TRACING=1
66 #CFLAGS+= -DCONFIG_LOCKDEP=1
67 #CFLAGS+= -DCONFIG_NL80211_TESTMODE=1
68 #CFLAGS+= -DCONFIG_THERMAL=1
69 #CFLAGS+= -DCONFIG_EFI=1