xref: /linux/drivers/net/wireless/intel/iwlwifi/mld/tests/Makefile (revision fa079a0616edbcdad538128306abbc19b68a9863)
1# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2iwlmld-tests-y += module.o hcmd.o utils.o link.o rx.o agg.o link-selection.o emlsr_with_bt.o
3
4ccflags-y += -I$(src)/../
5obj-$(CONFIG_IWLWIFI_KUNIT_TESTS) += iwlmld-tests.o
6