xref: /linux/drivers/net/wireless/intel/iwlwifi/tests/Makefile (revision 90d32e92011eaae8e70a9169b4e7acf4ca8f9d3a)
1# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2
3iwlwifi-tests-y += module.o devinfo.o
4
5ccflags-y += -I$(src)/../
6
7obj-$(CONFIG_IWLWIFI_KUNIT_TESTS) += iwlwifi-tests.o
8