xref: /openbmc/linux/lib/math/Makefile (revision f97fa3dc)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2*f97fa3dcSAndy Shevchenkoobj-y += div64.o gcd.o lcm.o int_log.o int_pow.o int_sqrt.o reciprocal_div.o
32c64e9cbSAndy Shevchenko
42c64e9cbSAndy Shevchenkoobj-$(CONFIG_CORDIC)		+= cordic.o
52c64e9cbSAndy Shevchenkoobj-$(CONFIG_PRIME_NUMBERS)	+= prime_numbers.o
62c64e9cbSAndy Shevchenkoobj-$(CONFIG_RATIONAL)		+= rational.o
75086ea4bSMaciej W. Rozycki
85086ea4bSMaciej W. Rozyckiobj-$(CONFIG_TEST_DIV64)	+= test_div64.o
9b6c75c4aSTrent Piephoobj-$(CONFIG_RATIONAL_KUNIT_TEST) += rational-test.o
10