lib/math/tests/Makefile

Source file repositories/reference/linux-study-clean/lib/math/tests/Makefile

File Facts

System
Linux kernel
Corpus path
lib/math/tests/Makefile
Extension
[no extension]
Size
362 bytes
Lines
9
Domain
Kernel Services
Bucket
lib
Inferred role
Kernel Services: build/configuration rule
Status
atlas-only

Why This File Exists

Shared kernel service surface used by multiple subsystems, including helpers, cryptography, virtualization support, and async I/O infrastructure.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only

obj-$(CONFIG_GCD_KUNIT_TEST)		+= gcd_kunit.o
obj-$(CONFIG_INT_LOG_KUNIT_TEST)	+= int_log_kunit.o
obj-$(CONFIG_INT_POW_KUNIT_TEST)	+= int_pow_kunit.o
obj-$(CONFIG_INT_SQRT_KUNIT_TEST)	+= int_sqrt_kunit.o
obj-$(CONFIG_PRIME_NUMBERS_KUNIT_TEST)	+= prime_numbers_kunit.o
obj-$(CONFIG_RATIONAL_KUNIT_TEST)	+= rational_kunit.o

Annotation

Implementation Notes