summaryrefslogtreecommitdiff
path: root/drivers/crypto/cavium/nitrox/Makefile
diff options
context:
space:
mode:
authorSrikanth, Jampala <Jampala.Srikanth@cavium.com>2018-12-04 12:55:54 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2018-12-13 18:24:39 +0800
commitcf718eaa8f9b2cb8a372dcfd5ef701188e233558 (patch)
tree507e4777d71aa728dd0da7343d696aedebdda2b9 /drivers/crypto/cavium/nitrox/Makefile
parent19c11c97c39f5c6280b4d523ea170ef9a8f7ed12 (diff)
crypto: cavium/nitrox - Enabled Mailbox support
Enabled the PF->VF Mailbox support. Mailbox message are interpreted as {type, opcode, data}. Supported message types are REQ, ACK and NACK. Signed-off-by: Srikanth Jampala <Jampala.Srikanth@cavium.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/cavium/nitrox/Makefile')
-rw-r--r--drivers/crypto/cavium/nitrox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/crypto/cavium/nitrox/Makefile b/drivers/crypto/cavium/nitrox/Makefile
index e12954791673..ad0546630ad8 100644
--- a/drivers/crypto/cavium/nitrox/Makefile
+++ b/drivers/crypto/cavium/nitrox/Makefile
@@ -6,7 +6,8 @@ n5pf-objs := nitrox_main.o \
nitrox_lib.o \
nitrox_hal.o \
nitrox_reqmgr.o \
- nitrox_algs.o
+ nitrox_algs.o \
+ nitrox_mbx.o
n5pf-$(CONFIG_PCI_IOV) += nitrox_sriov.o
n5pf-$(CONFIG_DEBUG_FS) += nitrox_debugfs.o