X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=lib%2FMakefile;h=ff37c8c2f7b24fbaa0bb6e04faa8aef5edd3dbbc;hb=c0b59fafe31bf91f589736be304d739b13952fdd;hp=6c37933336a0261007f73e8511936e95ff1f514c;hpb=38eb1dbb0d7d190bdfe2ea824e94dab19e32737f;p=cascardo%2Flinux.git diff --git a/lib/Makefile b/lib/Makefile index 6c37933336a0..ff37c8c2f7b2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -78,6 +78,8 @@ obj-$(CONFIG_LIBCRC32C) += libcrc32c.o obj-$(CONFIG_CRC8) += crc8.o obj-$(CONFIG_GENERIC_ALLOCATOR) += genalloc.o +obj-$(CONFIG_842_COMPRESS) += 842/ +obj-$(CONFIG_842_DECOMPRESS) += 842/ obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/ obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/ obj-$(CONFIG_REED_SOLOMON) += reed_solomon/