Sign in
android-kvm
/
linux
/
c35a824c31834d947fb99b0c608c1b9f922b4ba0
/
.
/
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