repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
lib
/
math
/
Makefile
blob
be6909e943bdd7f95b01352c0e0ab886d427a511
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