Root/lib/mpi/Makefile

Source at commit b386be689295730688885552666ea40b2e639b14 created 11 years 11 months ago.
By Maarten ter Huurne, Revert "MIPS: JZ4740: reset: Initialize hibernate wakeup counters."
1#
2# MPI multiprecision maths library (from gpg)
3#
4
5obj-$(CONFIG_MPILIB) = mpi.o
6
7mpi-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
22
23mpi-$(CONFIG_MPILIB_EXTRA) += \
24    mpi-add.o \
25    mpi-div.o \
26    mpi-cmp.o \
27    mpi-gcd.o \
28    mpi-inline.o \
29    mpi-inv.o \
30    mpi-mpow.o \
31    mpi-mul.o \
32    mpi-scan.o
33

Archive Download this file



interactive