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