]> Git Repo - linux.git/blob - lib/math/Makefile
Linux 6.14-rc3
[linux.git] / lib / math / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-y += div64.o gcd.o lcm.o int_log.o int_pow.o int_sqrt.o reciprocal_div.o
3
4 obj-$(CONFIG_CORDIC)            += cordic.o
5 obj-$(CONFIG_PRIME_NUMBERS)     += prime_numbers.o
6 obj-$(CONFIG_RATIONAL)          += rational.o
7
8 obj-$(CONFIG_INT_POW_TEST)  += tests/int_pow_kunit.o
9 obj-$(CONFIG_TEST_DIV64)        += test_div64.o
10 obj-$(CONFIG_TEST_MULDIV64)     += test_mul_u64_u64_div_u64.o
11 obj-$(CONFIG_RATIONAL_KUNIT_TEST) += rational-test.o
12 obj-$(CONFIG_INT_SQRT_KUNIT_TEST) += tests/int_sqrt_kunit.o
This page took 0.037817 seconds and 4 git commands to generate.