Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drm
[linux-2.6-microblaze.git] / lib / math / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-y += div64.o gcd.o lcm.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_TEST_DIV64)        += test_div64.o