mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-06 21:14:18 +00:00

The function really is just a simple math helper. Move it into iwl-utils.c so that it can also be used by iwlmld. Signed-off-by: Benjamin Berg <benjamin.berg@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250609211928.8cc965af6990.I09bb2137863e888efe756c92d8eb0271ec95456c@changeid
8 lines
179 B
Makefile
8 lines
179 B
Makefile
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
|
|
|
|
iwlwifi-tests-y += module.o devinfo.o utils.o
|
|
|
|
ccflags-y += -I$(src)/../
|
|
|
|
obj-$(CONFIG_IWLWIFI_KUNIT_TESTS) += iwlwifi-tests.o
|