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