mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
This version is based on
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
98f7e32f20d28ec452afb208f9cffc08448a2652 ( tag: v6.11 ).
Sponsored by: The FreeBSD Foundation
(cherry picked from commit a4128aad85)
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
|