1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 2e705c121SKalle Valoobj-$(CONFIG_IWLMVM) += iwlmvm.o 3e705c121SKalle Valoiwlmvm-y += fw.o mac80211.o nvm.o ops.o phy-ctxt.o mac-ctxt.o 4780e87c2SJohannes Bergiwlmvm-y += utils.o rx.o rxmq.o tx.o binding.o quota.o sta.o sf.o 59f66a397SGregory Greenmaniwlmvm-y += scan.o time-event.o rs.o rs-fw.o 697f95c93SSara Sharoniwlmvm-y += power.o coex.o 7fc36ffdaSJohannes Bergiwlmvm-y += tt.o offloading.o tdls.o 8fc36ffdaSJohannes Bergiwlmvm-y += ftm-responder.o ftm-initiator.o 921254908SGregory Greenmaniwlmvm-y += rfi.o 10*1ab26632SMiri Korenblitiwlmvm-y += mld-key.o mld-mac.o link.o mld-sta.o mld-mac80211.o 11e705c121SKalle Valoiwlmvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o debugfs-vif.o 12e705c121SKalle Valoiwlmvm-$(CONFIG_IWLWIFI_LEDS) += led.o 13a3f7ba5cSEliad Pelleriwlmvm-$(CONFIG_PM) += d3.o 14bfcfdb59SEmmanuel Grumbachiwlmvm-$(CONFIG_IWLMEI) += vendor-cmd.o 15e705c121SKalle Valo 16030b4367SMasahiro Yamadaccflags-y += -I $(srctree)/$(src)/../ 17