summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium/cpt/Makefile
diff options
context:
space:
mode:
authorGeorge Cherian <george.cherian@cavium.com>2017-02-07 14:51:14 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2017-02-11 17:52:32 +0800
commitc694b233295b99c33dd5ac28aede9f171f5a6862 (patch)
tree17515307adaac9ef52032e4b0b52abf066732e1a /drivers/crypto/cavium/cpt/Makefile
parent9e2c7d99941d000a36f68a3594cec27a1bbea274 (diff)
downloadlinux-c694b233295b99c33dd5ac28aede9f171f5a6862.tar.bz2
crypto: cavium - Add the Virtual Function driver for CPT
Enable the CPT VF driver. CPT is the cryptographic Acceleration Unit in Octeon-tx series of processors. Signed-off-by: George Cherian <george.cherian@cavium.com> Reviewed-by: David Daney <david.daney@cavium.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/cavium/cpt/Makefile')
-rw-r--r--drivers/crypto/cavium/cpt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/crypto/cavium/cpt/Makefile b/drivers/crypto/cavium/cpt/Makefile
index fe3d454a34a7..dbf055e14622 100644
--- a/drivers/crypto/cavium/cpt/Makefile
+++ b/drivers/crypto/cavium/cpt/Makefile
@@ -1,2 +1,3 @@
-obj-$(CONFIG_CAVIUM_CPT) += cptpf.o
+obj-$(CONFIG_CAVIUM_CPT) += cptpf.o cptvf.o
cptpf-objs := cptpf_main.o cptpf_mbox.o
+cptvf-objs := cptvf_main.o cptvf_reqmanager.o cptvf_mbox.o cptvf_algs.o