projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'asoc/topic/meson' into asoc-next
[linux-2.6-microblaze.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