diff options
author | Joonsoo Kim <js1304@gmail.com> | 2016-01-26 03:15:03 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-01-27 07:36:24 -0500 |
commit | 110492183c4b8f572b16fce096b9d78e2da30baf (patch) | |
tree | 89502e3140cba8a074a2996e53172db637c31d1e /crypto/Makefile | |
parent | 10cff58c6772587f9df422dc1dfaca936c66be1f (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/Makefile | 2 |
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 | |||
28 | crypto_hash-y += shash.o | 28 | crypto_hash-y += shash.o |
29 | obj-$(CONFIG_CRYPTO_HASH2) += crypto_hash.o | 29 | obj-$(CONFIG_CRYPTO_HASH2) += crypto_hash.o |
30 | 30 | ||
31 | obj-$(CONFIG_CRYPTO_PCOMP2) += pcompress.o | ||
32 | obj-$(CONFIG_CRYPTO_AKCIPHER2) += akcipher.o | 31 | obj-$(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 | |||
99 | obj-$(CONFIG_CRYPTO_CHACHA20) += chacha20_generic.o | 98 | obj-$(CONFIG_CRYPTO_CHACHA20) += chacha20_generic.o |
100 | obj-$(CONFIG_CRYPTO_POLY1305) += poly1305_generic.o | 99 | obj-$(CONFIG_CRYPTO_POLY1305) += poly1305_generic.o |
101 | obj-$(CONFIG_CRYPTO_DEFLATE) += deflate.o | 100 | obj-$(CONFIG_CRYPTO_DEFLATE) += deflate.o |
102 | obj-$(CONFIG_CRYPTO_ZLIB) += zlib.o | ||
103 | obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o | 101 | obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o |
104 | obj-$(CONFIG_CRYPTO_CRC32C) += crc32c_generic.o | 102 | obj-$(CONFIG_CRYPTO_CRC32C) += crc32c_generic.o |
105 | obj-$(CONFIG_CRYPTO_CRC32) += crc32.o | 103 | obj-$(CONFIG_CRYPTO_CRC32) += crc32.o |