Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
[deliverable/linux.git] / lib / lzo / Makefile
CommitLineData
64c70b1c 1lzo_compress-objs := lzo1x_compress.o
b6bec26c 2lzo_decompress-objs := lzo1x_decompress_safe.o
64c70b1c
RP
3
4obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
5obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o
This page took 0.683441 seconds and 5 git commands to generate.