diff options
Diffstat (limited to 'drivers/crypto/marvell/Makefile')
-rw-r--r-- | drivers/crypto/marvell/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/marvell/Makefile b/drivers/crypto/marvell/Makefile new file mode 100644 index 000000000000..0c12b13574dc --- /dev/null +++ b/drivers/crypto/marvell/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_CRYPTO_DEV_MARVELL_CESA) += marvell-cesa.o +marvell-cesa-objs := cesa.o cipher.o hash.o tdma.o |