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
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.