mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-19 14:56:21 +00: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
@ -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…
x
Reference in New Issue
Block a user