aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto/qat/qat_common/Makefile
diff options
context:
space:
mode:
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>2020-11-13 16:46:43 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2020-11-20 14:45:34 +1100
commit8c8268166e83425243789c5781c92e7fa33b703b (patch)
treeae057306102ffc6df1c69b1c71bd3ddb8b438699 /drivers/crypto/qat/qat_common/Makefile
parentcrypto: qat - add hook to initialize vector routing table (diff)
downloadwireguard-linux-8c8268166e83425243789c5781c92e7fa33b703b.tar.xz
wireguard-linux-8c8268166e83425243789c5781c92e7fa33b703b.zip
crypto: qat - add qat_4xxx driver
Add support for QAT 4xxx devices. Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Reviewed-by: Fiona Trahe <fiona.trahe@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/qat/qat_common/Makefile')
-rw-r--r--drivers/crypto/qat/qat_common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/qat/qat_common/Makefile b/drivers/crypto/qat/qat_common/Makefile
index 25d28516dcdd..9c57abdf56b7 100644
--- a/drivers/crypto/qat/qat_common/Makefile
+++ b/drivers/crypto/qat/qat_common/Makefile
@@ -11,6 +11,7 @@ intel_qat-objs := adf_cfg.o \
adf_admin.o \
adf_hw_arbiter.o \
adf_gen2_hw_data.o \
+ adf_gen4_hw_data.o \
qat_crypto.o \
qat_algs.o \
qat_asym_algs.o \