]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - lib/mpi/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-focal-kernel.git] / lib / mpi / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # MPI multiprecision maths library (from gpg)
4 #
5
6 obj-$(CONFIG_MPILIB) = mpi.o
7
8 mpi-y = \
9 generic_mpih-lshift.o \
10 generic_mpih-mul1.o \
11 generic_mpih-mul2.o \
12 generic_mpih-mul3.o \
13 generic_mpih-rshift.o \
14 generic_mpih-sub1.o \
15 generic_mpih-add1.o \
16 mpicoder.o \
17 mpi-bit.o \
18 mpi-cmp.o \
19 mpih-cmp.o \
20 mpih-div.o \
21 mpih-mul.o \
22 mpi-pow.o \
23 mpiutil.o