Sign in
android
/
kernel
/
common
/
a7cd942bb6e3559d86257fe3b57844e55341a3a0
/
.
/
lib
/
math
/
Makefile
blob: 583bbfebfc098d2f402b595910624aa08eaa61b3 [
file
] [
log
] [
blame
]
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