aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qce/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/qce/Makefile')
-rw-r--r--drivers/crypto/qce/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/crypto/qce/Makefile b/drivers/crypto/qce/Makefile
new file mode 100644
index 000000000000..348dc3173afa
--- /dev/null
+++ b/drivers/crypto/qce/Makefile
@@ -0,0 +1,6 @@
+obj-$(CONFIG_CRYPTO_DEV_QCE) += qcrypto.o
+qcrypto-objs := core.o \
+ common.o \
+ dma.o \
+ sha.o \
+ ablkcipher.o