Sign in
android-kvm
/
linux
/
c39ab6de227306f331b47e7b6b51c2c7eaf0eeaf
/
.
/
lib
/
math
/
Makefile
blob: be6909e943bdd7f95b01352c0e0ab886d427a511 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-only
obj
-
y
+=
div64
.
o gcd
.
o lcm
.
o int_pow
.
o int_sqrt
.
o reciprocal_div
.
o
obj
-
$
(
CONFIG_CORDIC
)
+=
cordic
.
o
obj
-
$
(
CONFIG_PRIME_NUMBERS
)
+=
prime_numbers
.
o
obj
-
$
(
CONFIG_RATIONAL
)
+=
rational
.
o