]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - lib/math/Makefile
Merge branch 'akpm' (patches from Andrew)
[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