aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto/qat/qat_common/Makefile
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2015-08-07 11:34:20 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2015-08-10 23:20:14 +0800
commita57331394cf5228555dbf4bca21abb2fc1597f04 (patch)
tree2deec842cd95b3e43807c2a10cc89a14e8789f63 /drivers/crypto/qat/qat_common/Makefile
parentcrypto: authencesn - Convert to new AEAD interface (diff)
downloadwireguard-linux-a57331394cf5228555dbf4bca21abb2fc1597f04.tar.xz
wireguard-linux-a57331394cf5228555dbf4bca21abb2fc1597f04.zip
crypto: qat - Move adf admin and adf hw arbitrer to common code
Adf admin and HW arbiter function can be used by dh895xcc specific code well as the new dh895xccvf and future devices so moving them to qat_common so that they can be shared. Signed-off-by: Tadeusz Struk <tadeusz.struk@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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/qat/qat_common/Makefile b/drivers/crypto/qat/qat_common/Makefile
index 184605f76bea..e5fe4e723355 100644
--- a/drivers/crypto/qat/qat_common/Makefile
+++ b/drivers/crypto/qat/qat_common/Makefile
@@ -9,6 +9,8 @@ intel_qat-objs := adf_cfg.o \
adf_accel_engine.o \
adf_aer.o \
adf_transport.o \
+ adf_admin.o \
+ adf_hw_arbiter.o \
qat_crypto.o \
qat_algs.o \
qat_rsakey-asn1.o \