1# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2obj-$(CONFIG_IWLMLD) += iwlmld.o 3obj-$(CONFIG_IWLWIFI_KUNIT_TESTS) += tests/ 4 5iwlmld-y += mld.o notif.o mac80211.o fw.o power.o iface.o link.o rx.o mcc.o session-protect.o phy.o 6iwlmld-y += scan.o sta.o tx.o coex.o tlc.o agg.o key.o regulatory.o ap.o thermal.o roc.o stats.o 7iwlmld-y += low_latency.o mlo.o ptp.o time_sync.o ftm-initiator.o 8iwlmld-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o 9iwlmld-$(CONFIG_IWLWIFI_LEDS) += led.o 10iwlmld-$(CONFIG_PM_SLEEP) += d3.o 11 12# non-upstream things 13iwlmld-$(CONFIG_IWL_VENDOR_CMDS) += vendor-cmd.o 14iwlmld-$(CONFIG_IWLMVM_AX_SOFTAP_TESTMODE) += ax-softap-testmode.o 15 16subdir-ccflags-y += -I$(src)/../ 17