diff options
author | Zoltan Sogor <weth@inf.u-szeged.hu> | 2007-12-07 03:53:23 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-01-10 16:16:35 -0500 |
commit | 0b77abb3b2d0c2eee1da79a3f3bd4312a0edb156 (patch) | |
tree | 0a782303f8b8a86f66fc95c830cdf69c78289084 /crypto/Makefile | |
parent | 91755a921c4af51c355bcb74a98b717d5c1818b6 (diff) |
[CRYPTO] lzo: Add LZO compression algorithm support
Add LZO compression algorithm support
Signed-off-by: Zoltan Sogor <weth@inf.u-szeged.hu>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index 957343cbc0e2..83532ac8466d 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -55,6 +55,7 @@ obj-$(CONFIG_CRYPTO_DEFLATE) += deflate.o | |||
55 | obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o | 55 | obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o |
56 | obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o | 56 | obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o |
57 | obj-$(CONFIG_CRYPTO_AUTHENC) += authenc.o | 57 | obj-$(CONFIG_CRYPTO_AUTHENC) += authenc.o |
58 | obj-$(CONFIG_CRYPTO_LZO) += lzo.o | ||
58 | 59 | ||
59 | obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o | 60 | obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o |
60 | 61 | ||