mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
b6bec26cea
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 <markus@oberhumer.com>
5 lines
180 B
Makefile
5 lines
180 B
Makefile
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
|