]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - lib/math/Makefile
Merge tag 'mtd/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
[mirror_ubuntu-jammy-kernel.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