mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Those are internal files so they should not be compiled. Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250609211928.3bfe5222fe79.I1ebd746b0c513e278d231b5c48f5438ca9b9231f@changeid
12 lines
547 B
Makefile
12 lines
547 B
Makefile
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
|
|
obj-$(CONFIG_IWLMLD) += iwlmld.o
|
|
obj-$(CONFIG_IWLWIFI_KUNIT_TESTS) += tests/
|
|
|
|
iwlmld-y += mld.o notif.o mac80211.o fw.o power.o iface.o link.o rx.o mcc.o session-protect.o phy.o
|
|
iwlmld-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
|
|
iwlmld-y += low_latency.o mlo.o ptp.o time_sync.o ftm-initiator.o
|
|
iwlmld-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o
|
|
iwlmld-$(CONFIG_IWLWIFI_LEDS) += led.o
|
|
iwlmld-$(CONFIG_PM_SLEEP) += d3.o
|
|
|
|
subdir-ccflags-y += -I$(src)/../
|