]> git.ipfire.org Git - thirdparty/linux.git/blame - lib/math/Makefile
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[thirdparty/linux.git] / lib / math / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
9f615894 2obj-y += div64.o gcd.o lcm.o int_pow.o int_sqrt.o reciprocal_div.o
2c64e9cb
AS
3
4obj-$(CONFIG_CORDIC) += cordic.o
5obj-$(CONFIG_PRIME_NUMBERS) += prime_numbers.o
6obj-$(CONFIG_RATIONAL) += rational.o