xref: /linux/lib/math/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0-only
2obj-y += div64.o gcd.o lcm.o int_log.o int_pow.o int_sqrt.o reciprocal_div.o
3
4obj-$(CONFIG_CORDIC)		+= cordic.o
5obj-$(CONFIG_PRIME_NUMBERS)	+= prime_numbers.o
6obj-$(CONFIG_RATIONAL)		+= rational.o
7
8obj-$(CONFIG_INT_POW_TEST)  += tests/int_pow_kunit.o
9obj-$(CONFIG_TEST_DIV64)	+= test_div64.o
10obj-$(CONFIG_TEST_MULDIV64)	+= test_mul_u64_u64_div_u64.o
11obj-$(CONFIG_RATIONAL_KUNIT_TEST) += rational-test.o
12

Last Index update Fri Aug 22 08:59:00 CST 2025