mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 23:46:14 +01:00
crypto: lib - Move mpi into lib/crypto
As lib/mpi is mostly used by crypto code, move it under lib/crypto so that patches touching it get directed to the right mailing list. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Reviewed-by: Mimi Zohar <zohar@linux.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
9ae4577bc0
commit
2a598d0b28
28 changed files with 2 additions and 1 deletions
|
|
@ -253,7 +253,6 @@ obj-$(CONFIG_DQL) += dynamic_queue_limits.o
|
|||
obj-$(CONFIG_GLOB) += glob.o
|
||||
obj-$(CONFIG_GLOB_SELFTEST) += globtest.o
|
||||
|
||||
obj-$(CONFIG_MPILIB) += mpi/
|
||||
obj-$(CONFIG_DIMLIB) += dim/
|
||||
obj-$(CONFIG_SIGNATURE) += digsig.o
|
||||
|
||||
|
|
|
|||
|
|
@ -53,3 +53,5 @@ libblake2s-y += blake2s-selftest.o
|
|||
libchacha20poly1305-y += chacha20poly1305-selftest.o
|
||||
libcurve25519-y += curve25519-selftest.o
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_MPILIB) += mpi/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue