1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 2e705c121SKalle Valoobj-$(CONFIG_IWLMVM) += iwlmvm.o 32887af4dSMiri Korenblitobj-$(CONFIG_IWLWIFI_KUNIT_TESTS) += tests/ 4e705c121SKalle Valoiwlmvm-y += fw.o mac80211.o nvm.o ops.o phy-ctxt.o mac-ctxt.o 5780e87c2SJohannes Bergiwlmvm-y += utils.o rx.o rxmq.o tx.o binding.o quota.o sta.o sf.o 69f66a397SGregory Greenmaniwlmvm-y += scan.o time-event.o rs.o rs-fw.o 797f95c93SSara Sharoniwlmvm-y += power.o coex.o 8fc36ffdaSJohannes Bergiwlmvm-y += tt.o offloading.o tdls.o 9fc36ffdaSJohannes Bergiwlmvm-y += ftm-responder.o ftm-initiator.o 1021254908SGregory Greenmaniwlmvm-y += rfi.o 111ab26632SMiri Korenblitiwlmvm-y += mld-key.o mld-mac.o link.o mld-sta.o mld-mac80211.o 121595ecceSKrishnanand Prabhuiwlmvm-y += ptp.o 13c7eca79dSAvraham Sterniwlmvm-y += time-sync.o 14e705c121SKalle Valoiwlmvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o debugfs-vif.o 15e705c121SKalle Valoiwlmvm-$(CONFIG_IWLWIFI_LEDS) += led.o 16*cac9544cSEmmanuel Grumbachiwlmvm-$(CONFIG_PM_SLEEP) += d3.o 17bfcfdb59SEmmanuel Grumbachiwlmvm-$(CONFIG_IWLMEI) += vendor-cmd.o 18e705c121SKalle Valo 19ff9a7930SLinus Torvaldssubdir-ccflags-y += -I $(src)/../ 20