summaryrefslogtreecommitdiff
path: root/drivers/crypto/marvell/octeontx2/Makefile
diff options
context:
space:
mode:
authorSrujana Challa <schalla@marvell.com>2021-01-15 16:52:26 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2021-01-22 06:58:03 +0300
commit8ec8015a316816b07538635fe9c04c35ad63acfc (patch)
tree584cfc56c65a52e1afaebf98eeaf8e949657cc83 /drivers/crypto/marvell/octeontx2/Makefile
parent19d8e8c7be1567b92e99f7201b8e9b286d04dc0f (diff)
downloadlinux-8ec8015a316816b07538635fe9c04c35ad63acfc.tar.xz
crypto: octeontx2 - add support to process the crypto request
Attach LFs to CPT VF to process the crypto requests and register LF interrupts. Signed-off-by: Suheil Chandran <schandran@marvell.com> Signed-off-by: Lukasz Bartosik <lbartosik@marvell.com> Signed-off-by: Srujana Challa <schalla@marvell.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/marvell/octeontx2/Makefile')
-rw-r--r--drivers/crypto/marvell/octeontx2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/marvell/octeontx2/Makefile b/drivers/crypto/marvell/octeontx2/Makefile
index ef6fb2ab3571..41c0a5832b3f 100644
--- a/drivers/crypto/marvell/octeontx2/Makefile
+++ b/drivers/crypto/marvell/octeontx2/Makefile
@@ -4,6 +4,6 @@ obj-$(CONFIG_CRYPTO_DEV_OCTEONTX2_CPT) += octeontx2-cpt.o octeontx2-cptvf.o
octeontx2-cpt-objs := otx2_cptpf_main.o otx2_cptpf_mbox.o \
otx2_cpt_mbox_common.o otx2_cptpf_ucode.o otx2_cptlf.o
octeontx2-cptvf-objs := otx2_cptvf_main.o otx2_cptvf_mbox.o otx2_cptlf.o \
- otx2_cpt_mbox_common.o
+ otx2_cpt_mbox_common.o otx2_cptvf_reqmgr.o
ccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af