7 lines
171 B
Makefile
7 lines
171 B
Makefile
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
|
|
|
|
iwlwifi-tests-y += module.o devinfo.o
|
|
|
|
ccflags-y += -I$(src)/../
|
|
|
|
obj-$(CONFIG_IWLWIFI_KUNIT_TESTS) += iwlwifi-tests.o
|