xref: /drivers/net/wireless/intel/iwlwifi/mld/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
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
12subdir-ccflags-y += -I$(src)/../
13

Last Index update Fri Aug 22 10:33:58 CST 2025