projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'at91-for-next-soc' of git://github.com/at91linux/linux-at91 into at91/mci
[firefly-linux-kernel-4.4.55.git]
/
lib
/
mpi
/
Makefile
1
#
2
# MPI multiprecision maths library (from gpg)
3
#
4
5
obj-$(CONFIG_MPILIB) = mpi.o
6
7
mpi-y = \
8
generic_mpih-lshift.o \
9
generic_mpih-mul1.o \
10
generic_mpih-mul2.o \
11
generic_mpih-mul3.o \
12
generic_mpih-rshift.o \
13
generic_mpih-sub1.o \
14
generic_mpih-add1.o \
15
mpicoder.o \
16
mpi-bit.o \
17
mpih-cmp.o \
18
mpih-div.o \
19
mpih-mul.o \
20
mpi-pow.o \
21
mpiutil.o