diff options
author | SrujanaChalla <schalla@marvell.com> | 2020-03-13 14:47:05 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-03-20 06:36:51 +0300 |
commit | 655ff1a1a727f9b83df317c4ad3b2f4a48f6206c (patch) | |
tree | 72fefb2a5c3f701ae659fbac146d5423c4d861a2 /drivers/crypto/marvell/Makefile | |
parent | 82ff493eb77cfd28fbfea6ce29bdaaffe238c0b2 (diff) | |
download | linux-655ff1a1a727f9b83df317c4ad3b2f4a48f6206c.tar.xz |
crypto: marvell - create common Kconfig and Makefile for Marvell
Creats common Kconfig and Makefile for Marvell crypto drivers.
Signed-off-by: SrujanaChalla <schalla@marvell.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/marvell/Makefile')
-rw-r--r-- | drivers/crypto/marvell/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/crypto/marvell/Makefile b/drivers/crypto/marvell/Makefile index b27cab65e696..2030b0b55e91 100644 --- a/drivers/crypto/marvell/Makefile +++ b/drivers/crypto/marvell/Makefile @@ -1,3 +1,3 @@ -# SPDX-License-Identifier: GPL-2.0-only -obj-$(CONFIG_CRYPTO_DEV_MARVELL_CESA) += marvell-cesa.o -marvell-cesa-objs := cesa.o cipher.o hash.o tdma.o +# SPDX-License-Identifier: GPL-2.0 + +obj-$(CONFIG_CRYPTO_DEV_MARVELL_CESA) += cesa/ |