projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[platform/kernel/linux-starfive.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