xref: /linux/drivers/net/wireless/intel/iwlwifi/mld/tests/Makefile (revision e49a3eac9207e9575337f70feeb29430f6f16bb7)
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