Rename the source file to match the function name and thereby also make room for a possible future even slightly faster "non-safe" decompressor version.
Signed-off-by: Markus F.X.J. Oberhumer
lzo_compress-objs := lzo1x_compress.o lzo_decompress-objs := lzo1x_decompress_safe.o obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o