[NETFILTER]: nf_conntrack_sip: support method specific request/response handling
[firewire-audio.git] / lib / lzo / Makefile
blobe764116ea12d3869da9fbd5c42be3c71c7325506
1 lzo_compress-objs := lzo1x_compress.o
2 lzo_decompress-objs := lzo1x_decompress.o
4 obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
5 obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o