summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat/qat_common/Makefile
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2014-06-05 20:42:39 (GMT)
committerHerbert Xu <herbert@gondor.apana.org.au>2014-06-20 13:26:15 (GMT)
commitd8cba25d2c68992a6e7c1d329b690a9ebe01167d (patch)
treeaf71c6b9fc92678d4ab6cf60cfd46b1bda99b5aa /drivers/crypto/qat/qat_common/Makefile
parentc4f4b325e9c885b11901174158d5e1ff4b19a189 (diff)
downloadlinux-d8cba25d2c68992a6e7c1d329b690a9ebe01167d.tar.xz
crypto: qat - Intel(R) QAT driver framework
This patch adds a common infractructure that will be used by all Intel(R) QuickAssist Technology (QAT) devices. v2 - added ./drivers/crypto/qat/Kconfig and ./drivers/crypto/qat/Makefile v4 - splits common part into more, smaller patches Acked-by: John Griffin <john.griffin@intel.com> Reviewed-by: Bruce W. Allan <bruce.w.allan@intel.com> 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/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/crypto/qat/qat_common/Makefile b/drivers/crypto/qat/qat_common/Makefile
new file mode 100644
index 0000000..e0424dc
--- /dev/null
+++ b/drivers/crypto/qat/qat_common/Makefile
@@ -0,0 +1,14 @@
+obj-$(CONFIG_CRYPTO_DEV_QAT) += intel_qat.o
+intel_qat-objs := adf_cfg.o \
+ adf_ctl_drv.o \
+ adf_dev_mgr.o \
+ adf_init.o \
+ adf_accel_engine.o \
+ adf_aer.o \
+ adf_transport.o \
+ qat_crypto.o \
+ qat_algs.o \
+ qat_uclo.o \
+ qat_hal.o
+
+intel_qat-$(CONFIG_DEBUG_FS) += adf_transport_debug.o