projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
[firefly-linux-kernel-4.4.55.git]
/
lib
/
lzo
/
Makefile
1
lzo_compress-objs := lzo1x_compress.o
2
lzo_decompress-objs := lzo1x_decompress_safe.o
3
4
obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
5
obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o