commit | cacb246f8db2b9eba89d44a0f0dd4f6ed93bc113 | [log] [tgz] |
---|---|---|
author | Albin Tonnerre <[email protected]> | Fri Jan 08 14:42:46 2010 -0800 |
committer | Linus Torvalds <[email protected]> | Mon Jan 11 09:34:05 2010 -0800 |
tree | 8fff3df983d02c362ba90b334b77a7a93315455e | |
parent | 13510997d600a076e064f10587a8f6d20f8fff41 [diff] [blame] |
Add LZO compression support for initramfs and old-style initrd Signed-off-by: Albin Tonnerre <[email protected]> Tested-by: Wu Zhangjin <[email protected]> Acked-by: "H. Peter Anvin" <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Thomas Gleixner <[email protected]> Tested-by: Russell King <[email protected]> Acked-by: Russell King <[email protected]> Cc: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
diff --git a/lib/Makefile b/lib/Makefile index 347ad8d..911b25a 100644 --- a/lib/Makefile +++ b/lib/Makefile
@@ -69,6 +69,7 @@ lib-$(CONFIG_DECOMPRESS_GZIP) += decompress_inflate.o lib-$(CONFIG_DECOMPRESS_BZIP2) += decompress_bunzip2.o lib-$(CONFIG_DECOMPRESS_LZMA) += decompress_unlzma.o +lib-$(CONFIG_DECOMPRESS_LZO) += decompress_unlzo.o obj-$(CONFIG_TEXTSEARCH) += textsearch.o obj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o