aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Davis <[email protected]>2015-11-19 17:06:19 -0700
committerHerbert Xu <[email protected]>2015-11-24 18:19:18 +0800
commitf143fc673546477f16aba7b7bf456629d06ac4e7 (patch)
tree61499925ff799e93f06c6bbc2a358b05b3961e1c
parentf53e38afdc3a395722775c28ceb0e06c36a17ac3 (diff)
crypto: qat - fix typo in clean-files
A typo in the Makefile leaves qat_rsaprivkey-asn1.h hanging around. Signed-off-by: Jim Davis <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r--drivers/crypto/qat/qat_common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/qat/qat_common/Makefile b/drivers/crypto/qat/qat_common/Makefile
index 9e9e196c6d51..12f40a38687e 100644
--- a/drivers/crypto/qat/qat_common/Makefile
+++ b/drivers/crypto/qat/qat_common/Makefile
@@ -4,7 +4,7 @@ $(obj)/qat_rsaprivkey-asn1.o: $(obj)/qat_rsaprivkey-asn1.c \
$(obj)/qat_rsaprivkey-asn1.h
clean-files += qat_rsapubkey-asn1.c qat_rsapubkey-asn1.h
-clean-files += qat_rsaprivkey-asn1.c qat_rsapvivkey-asn1.h
+clean-files += qat_rsaprivkey-asn1.c qat_rsaprivkey-asn1.h
obj-$(CONFIG_CRYPTO_DEV_QAT) += intel_qat.o
intel_qat-objs := adf_cfg.o \