summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorJoonsoo Kim <js1304@gmail.com>2016-01-26 03:15:03 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2016-01-27 07:36:24 -0500
commit110492183c4b8f572b16fce096b9d78e2da30baf (patch)
tree89502e3140cba8a074a2996e53172db637c31d1e /crypto/Makefile
parent10cff58c6772587f9df422dc1dfaca936c66be1f (diff)
crypto: compress - remove unused pcomp interface
It is unused now, so remove it. Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 2acdbbd30475..ffe18c9c9bf4 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -28,7 +28,6 @@ crypto_hash-y += ahash.o
28crypto_hash-y += shash.o 28crypto_hash-y += shash.o
29obj-$(CONFIG_CRYPTO_HASH2) += crypto_hash.o 29obj-$(CONFIG_CRYPTO_HASH2) += crypto_hash.o
30 30
31obj-$(CONFIG_CRYPTO_PCOMP2) += pcompress.o
32obj-$(CONFIG_CRYPTO_AKCIPHER2) += akcipher.o 31obj-$(CONFIG_CRYPTO_AKCIPHER2) += akcipher.o
33 32
34$(obj)/rsapubkey-asn1.o: $(obj)/rsapubkey-asn1.c $(obj)/rsapubkey-asn1.h 33$(obj)/rsapubkey-asn1.o: $(obj)/rsapubkey-asn1.c $(obj)/rsapubkey-asn1.h
@@ -99,7 +98,6 @@ obj-$(CONFIG_CRYPTO_SALSA20) += salsa20_generic.o
99obj-$(CONFIG_CRYPTO_CHACHA20) += chacha20_generic.o 98obj-$(CONFIG_CRYPTO_CHACHA20) += chacha20_generic.o
100obj-$(CONFIG_CRYPTO_POLY1305) += poly1305_generic.o 99obj-$(CONFIG_CRYPTO_POLY1305) += poly1305_generic.o
101obj-$(CONFIG_CRYPTO_DEFLATE) += deflate.o 100obj-$(CONFIG_CRYPTO_DEFLATE) += deflate.o
102obj-$(CONFIG_CRYPTO_ZLIB) += zlib.o
103obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o 101obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o
104obj-$(CONFIG_CRYPTO_CRC32C) += crc32c_generic.o 102obj-$(CONFIG_CRYPTO_CRC32C) += crc32c_generic.o
105obj-$(CONFIG_CRYPTO_CRC32) += crc32.o 103obj-$(CONFIG_CRYPTO_CRC32) += crc32.o