49aa50e28185e6bd0b76bb83b8f65928f1dfa96d
[linux-2.6-microblaze.git] / lib / math / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
3
4 obj-y += div64.o gcd.o lcm.o int_pow.o int_sqrt.o reciprocal_div.o
5
6 obj-$(CONFIG_CORDIC)            += cordic.o
7 obj-$(CONFIG_PRIME_NUMBERS)     += prime_numbers.o
8 obj-$(CONFIG_RATIONAL)          += rational.o