Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a6853b9ce81a8f32f3c13c30ae951bb6830a896a
/
.
/
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