]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - lib/lzo/Makefile
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.git] / lib / lzo / Makefile
1 lzo_compress-objs := lzo1x_compress.o
2 lzo_decompress-objs := lzo1x_decompress.o
3
4 obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
5 obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o