diff options
author | George Cherian <george.cherian@cavium.com> | 2017-02-07 15:51:14 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-02-11 10:52:32 +0100 |
commit | c694b233295b99c33dd5ac28aede9f171f5a6862 (patch) | |
tree | 17515307adaac9ef52032e4b0b52abf066732e1a /drivers/crypto/cavium/cpt/Makefile | |
parent | crypto: cavium - Add Support for Octeon-tx CPT Engine (diff) | |
download | linux-c694b233295b99c33dd5ac28aede9f171f5a6862.tar.xz linux-c694b233295b99c33dd5ac28aede9f171f5a6862.zip |
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/Makefile | 3 |
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 |