ahci: Add PCI-id for the Highpoint Rocketraid 644L card
[pandora-kernel.git] / lib / lzo / Makefile
index e764116..f0f7d7c 100644 (file)
@@ -1,5 +1,5 @@
 lzo_compress-objs := lzo1x_compress.o
-lzo_decompress-objs := lzo1x_decompress.o
+lzo_decompress-objs := lzo1x_decompress_safe.o
 
 obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
 obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o